.\" Generated by the Allegro makedoc utility .TH destroy_font 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME destroy_font \- Frees the memory being used by a font structure. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void destroy_font(FONT *f); .SH 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. .SH SEE ALSO .BR load_datafile_object (3alleg4), .BR load_font (3alleg4), .BR exfont (3alleg4)