destroy_font(3alleg4) debian man page | unix.com

Man Page: destroy_font

Operating Environment: debian

Section: 3alleg4

destroy_font(3alleg4)						  Allegro manual					     destroy_font(3alleg4)

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.
SEE ALSO
load_datafile_object(3alleg4), load_font(3alleg4), exfont(3alleg4) Allegro version 4.4.2 destroy_font(3alleg4)
Related Man Pages
load_font(3alleg4) - debian
exdata(3alleg4) - centos
exdata(3alleg4) - netbsd
exdata(3alleg4) - php
exdata(3alleg4) - plan9
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Introduction
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com