CloseFont(font)
void CloseFont(struct TextFont *);
This function indicates that the font specified is no longer in use by the caller, and may be removed from the system if there are no other users. A
RemFont() will be delayed until the font has been closed by all its users.