fontSetBind
The fontSetBind function is an accessor to modify fontPrint()'s behavior.
Prototype
void fontSetBind(FontBindState eAutoFlush);
Parameters
- FONT_AUTO_FLUSH
- fontPrint() will call fontFlush after each call.
- FONT_AUTO_BIND_FUSH
- fontPrint() will call fontBind(), fontFlush() and fontUnbind(). Use fontSetAutoBindFont() to set default font.
- FONT_MANUAL
- Requres user to call fontBind(), fontFlush() and fontUnbind. This is the default behavior.
Remarks
None
Error Codes
None