Pascal
procedure tsFontDestroy(FontID: tsFontID);
C/C++
void tsFontDestroy(tsFontID FontID);
Destroys an font and frees the used texture space. If the fonts is currently bound the bind will be released.
The ID of the font that will be freed.
There is no active context. See also tsContextBind.
This error ocours if you are not able to destroy the font. This is not allowed if you are currelty in an block mode.
This happens if you try to destroy an unknown font. The ID of the font is invalid.