MGL_unloadFontInstance

Unloads a font instance from memory.

Declaration

void MGLAPI MGL_unloadFontInstance(
    font_t *font)

Prototype In

mgraph.h

Parameters

font

Pointer to font instance to unload

 

Description

Unloads the specified font instance from memory, and frees up all the system resources associated with this font instance.

See Also

MGL_openFontLib, MGL_unloadFontLib, MGL_loadFontInstance

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com