load_bios_font

Loads a 8x8 or 8x16 BIOS format font.

Description

FONT *load_bios_font(const char *filename, RGB *pal, void *param)
Loads a 8x8 or 8x16 BIOS format font. You shouldn't normally call this routine directly.
Returns a pointer to the font or NULL on error. Remember that you are responsible for destroying the font when you are finished with it to avoid memory leaks.

Related Projects

The following projects include source code containing this keyword: