1load_bios_font(3) Allegro manual load_bios_font(3)
2
3
4
6 load_bios_font - Loads a 8x8 or 8x16 BIOS format font. Allegro game
7 programming library.
8
10 #include <allegro.h>
11
12
13 FONT *load_bios_font(const char *filename, RGB *pal, void *param)
14
16 Loads a 8x8 or 8x16 BIOS format font. You shouldn't normally call this
17 routine directly.
18
20 Returns a pointer to the font or NULL on error. Remember that you are
21 responsible for destroying the font when you are finished with it to
22 avoid memory leaks.
23
24
26 register_font_file_type(3), load_font(3)
27
28
29
30Allegro version 4.4.3 load_bios_font(3)