GrDestroyFont()

Name

GrDestroyFont() -- Destroy a font

Synopsis

void GrDestroyFont ( GR_FONT_ID fontid );

Description

This function frees all of the resources allocated to the specified font ID. If the font is not a buitlin font and this is the last reference to the font, the font is unloaded from memory.

Parameters

TypeNameDescription
GR_FONT_IDfontidThe ID of the font to destroy.

See Also

GrCreateFont().