.\" Generated by the Allegro makedoc utility .TH load_grx_or_bios_font 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME load_grx_or_bios_font \- Loads either a BIOS or GRX format font. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B FONT *load_grx_or_bios_font(const char *filename, RGB *pal, void *param) .SH DESCRIPTION Loads either a BIOS or GRX format font. You shouldn't normally call this routine directly. .SH "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. .SH SEE ALSO .BR register_font_file_type (3alleg4), .BR load_font (3alleg4)