[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int TTF_Init()
Initialize the truetype font API.
This must be called before using other functions in this library, except TTF_WasInit
.
SDL does not have to be initialized before this call.
Returns: 0 on success, -1 on any error
|
See Also:
3.1.4 TTF_Quit,
3.1.3 TTF_WasInit