MGL_unloadFont
Unloads a font file from memory.
Declaration
void MGLAPI MGL_unloadFont(
font_t *font)
Prototype In
mgraph.h
Parameters
font |
Pointer to font to unload |
Description
Unloads the specified font file from memory, and frees up all the system resources associated with this font.
Note: This function is now obsolete. Please use the font library functions.
See Also
MGL_loadFont, MGL_openFontLib, MGL_unloadFontLib, MGL_loadFontInstance, MGL_unloadFontInstance
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com