font_remove(FONT*)

Removes a FONT object.

Parameters:

FONT* - object to be removed.

Speed:

slow

Remarks:

Fonts are automatically removed on sys_exit.

Example:

font_remove(fntArial);

See also:

FONT, font_create

► latest version online