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