Initialize the TTF engine - returns 0 if successful, -1 on error
0 on success, -1 on errors
This must be called before using other functions in this library, excepting TTF_WasInit.
SDL does not have to be initialized before this call.
Binds to C-function in SDL_ttf.h
int TTF_Init()
if(TTF_Init()==-1) { printf("TTF_Init: %s\n", TTF_GetError()); exit(2); }
SdlTtf Class | Tao.Sdl Namespace | TTF_WasInit | TTF_Quit