Pascal
procedure tsFontBind(FontID: tsFontID);
C/C++
void tsFontBind(tsFontID FontID);
This function bind the font with the FontID to thecurrent context. If you pass 0 as FontID no font will be bound and the current font will be unbund.
The ID of the font that should be bound. If this value is 0 the current font will be unbound.
There is no active context. See also tsContextBind.
There was no renderer set. See also the parameter TS_RENDERER.
This happens if you try to destroy an unknown font. The ID of the font is invalid.