Fenix Manual
Fenix Manual
Command Reference
Text Commands

Delete_Text
Load_Fnt
Move_Text
Text_Height
Text_Width
Write
Write_Float
Write_Int
Write_In_Map
Write_String
Write_Var
Load_Bdf
Text_Color
Save_Fnt

Load_Bdf
Last Modified: May 29, 2005 11:05AM
(Any)
Description

INT LOAD_BDF ( STRING FILE)
Recovers from a disk a BDF font.

PARAMETERS
file: File to be loaded

DESCIPTION
This function recovers a font of two disc colors, in BDF format (Bitmap Distribution Format) of Marinates. These fonts do not include color information: each pixel can be transparent or opaque. By default, pixels which are not transparent will be drawn white when using this font.

Nevertheless, using the function Text_Color it is possible to choose any other color to use. Load_Bdf gives back a whole number that it identifies to the font in memory. East code can be used to write text with functions like Write.

Note:
It is possible to find sources in BDF format on the Internet, as well as a diverse range of programs to publish them. It is a simple ASCII based text format.

The specifications are available here

User Contributed Notes
Load_Bdf
Add Notes About Notes
There are no user contributed notes for this page.
Last updated: Mon, 30 May 2005 - 10:33:02

Manual © 2005 By Gary Moncrieff(Dazzy), Notes belong to their respective posters