|
NAMEload_grx_font - Loads a GRX format font. Allegro game programming library.SYNOPSIS#include <allegro.h>FONT *load_grx_font(const char *filename, RGB *pal, void *param) DESCRIPTIONLoads a GRX format font. You shouldn't normally call this routine directly.RETURN VALUEReturns 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 ALSOregister_font_file_type(3), load_font(3)
Visit the GSP FreeBSD Man Page Interface. |