font_create(char* content)
LC Creates an unnamed FONT object for Truetype or bitmap fonts.
The object is automatically removed when the engine is closed.
Parameters:
content - the bitmap or Truetype font name, size and
flags, like "Arial #20bi" or "digits.bmp".
Returns:
Pointer to the FONT, or NULL if the creation
failed .
Speed:
slow
Example:
my_font = font_create("myfont.pcx");
See also:
FONT, font_remove