1al_destroy_font(3)                                          al_destroy_font(3)
2
3
4

NAME

6       al_destroy_font - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_font.h>
10
11              void al_destroy_font(ALLEGRO_FONT *f)
12

DESCRIPTION

14       Frees  the  memory  being  used  by  a font structure.  Does nothing if
15       passed NULL.
16

SEE ALSO

18       al_load_font(3)
19
20
21
22Allegro reference manual                                    al_destroy_font(3)
Impressum