1al_destroy_font(3) Library Functions Manual al_destroy_font(3)
23
4
NAME
6al_destroy_font
7
SYNOPSIS
9#include <allegro5/allegro_font.h>
1011
void al_destroy_font(ALLEGRO_FONT *f)
12
DESCRIPTION
14Frees the memory being used by a font structure. Does nothing if
15passed NULL.
16
SEE ALSO
18al_load_font(3)
1920
21
22
Allegro reference manual al_destroy_font(3)