load_bios_font (3) Linux Manual Page
NAME
load_bios_font – Loads a 8×8 or 8×16 BIOS format font. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
FONT *load_bios_font(const char *filename, RGB *pal, void *param)
DESCRIPTION
Loads a 8×8 or 8×16 BIOS 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
register_font_file_type(3), load_font(3)
