load_grx_font - Man Page
Loads a GRX format font. Allegro game programming library.
Synopsis
#include <allegro.h>
FONT *load_grx_font(const char *filename, RGB *pal, void *param)
Description
Loads a GRX format font. You shouldn't normally call this routine directly.
Return Value
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.
See Also
Referenced By
version 4.4.3 Allegro manual