1al_destroy_font(3) al_destroy_font(3)
23
4
NAME
6al_destroy_font - Allegro 5 API
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)