Docs » Autodocs » graphics.library » RemFont
RemFont -- Remove a font from the system list.
RemFont(textFont) A1 void RemFont(struct TextFont *);
This function removes a font from the system, ensuring that access to it is restricted to those applications that currently have an active pointer to it: i.e. no new SetFont requests to this font are satisfied.
textFont - the TextFont structure to remove.
SetFont(), AddFont(), <graphics/text.h>
|