load_grx_or_bios_font
Loads either a BIOS or GRX format font. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Loads either a BIOS or GRX format font. Allegro game programming library.
#include <allegro.h>
FONT *load_grx_or_bios_font(const char *filename, RGB *pal, void *param)
Loads either a BIOS or GRX 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.
register_font_file_type(3alleg4), load_font(3alleg4)