destroy_font (3) - Linux Manuals
destroy_font: Frees the memory being used by a font structure. Allegro game programming library.
Command to display destroy_font
manual in Linux: $ man 3 destroy_font
NAME
destroy_font - Frees the memory being used by a font structure. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
void destroy_font(FONT *f);
DESCRIPTION
Frees the memory being used by a font structure. Don't use this on the
default global Allegro font or any text routines using it could crash. You
should use this only on fonts you have loaded manually after you are done
with them, to prevent memory leaks in your program.
Pages related to destroy_font