font
The character set for the text;
either a predefined
FONT, or A6.6 a
font filename or
Truetype font name with size and style
(like "Arial#24bi")
can be given. This parameter cannot be changed at runtime.
Type:
FONT* or STRING*
Remarks:
Directly given file names or font names must not contain spaces.
Example:
FONT* standard_font = "st_font.pcx";
TEXT* welcome_txt =
{
...
font = standard_font;
...
}
See also:
TEXT,
FONT
► latest
version online