CloseOutlineFont(outlineFont, list)
VOID CloseOutlineFont(
struct OutlineFont *,
struct List *);
This function indicates that the font specified is no longer in use. It is used to close a font opened by
OpenOutlineFont(), so that fonts that are no longer in use do not consume system resources.