Name
CloseFont -- close FreeType2 font (V5.0)
Synopsis
void CloseFont(FT_Face face);
Function
This function is used to free FreeType2 fonts that have been allocated by
OpenFont()
. It's only necessary to implement this function on WarpOS. On all other systems, this function can be a dummy. See
OpenFont
for details.
Inputs
face
FT_Face
font handle allocated by
OpenFont()
Show TOC