1load_grx_font(3)                Allegro manual                load_grx_font(3)
2
3
4

NAME

6       load_grx_font  -  Loads  a  GRX  format  font. Allegro game programming
7       library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       FONT *load_grx_font(const char *filename, RGB *pal, void *param)
14

DESCRIPTION

16       Loads a GRX format font.  You  shouldn't  normally  call  this  routine
17       directly.
18

RETURN VALUE

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

SEE ALSO

26       register_font_file_type(3), load_font(3)
27
28
29
30Allegro                          version 4.2.2                load_grx_font(3)
Impressum