1load_grx_font(3) Allegro manual load_grx_font(3)
2
3
4
6 load_grx_font - Loads a GRX format font. Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 FONT *load_grx_font(const char *filename, RGB *pal, void *param)
14
16 Loads a GRX format font. You shouldn't normally call this routine
17 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_grx_font(3)