Query: destroy_font
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
destroy_font(3alleg4) Allegro manual destroy_font(3alleg4)NAMEdestroy_font - Frees the memory being used by a font structure. Allegro game programming library.SYNOPSIS#include <allegro.h> void destroy_font(FONT *f);DESCRIPTIONFrees 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 ALSOload_datafile_object(3alleg4), load_font(3alleg4), exfont(3alleg4) Allegro version 4.4.2 destroy_font(3alleg4)
Related Man Pages |
---|
merge_fonts(3alleg4) - debian |
exdata(3alleg4) - centos |
exdata(3alleg4) - opendarwin |
exdata(3alleg4) - linux |
exdata(3alleg4) - mojave |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
Detecting unused variables... |
Weird 'find' results |