fontBind
The fontBind function starts the printing process by binding a texture.
Prototype
bool fontBind(char* name)
Parameters
- name
- name of the font
Remarks
fontSetState() and fontSetBind() changes the behaviors of fontBind().
Error Codes
Returns false if fontInit() was not called. True otherwise.