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 or if the HWEXT_VECTOR_CUSTOMFT2 extension bit has been set. If neither is the case, this function can be a dummy. See OpenFont for details.

Inputs
face
FT_Face font handle allocated by OpenFont()

Show TOC