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 |
|
| There are no user contributed notes for this page. |
| Last updated: Mon, 30 May 2005 - 10:33:02 |
|
|