[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int TTF_WasInit()
Query the initilization status of the truetype font API.
You may, of course, use this before TTF_Init
to avoid initializing twice in a row.
Or use this to determine if you need to call TTF_Quit
.
Returns: 1 if already initialized, 0 if not initialized.
|
See Also:
3.1.2 TTF_Init,
3.1.4 TTF_Quit