This method can be used to fill a version structure with the compile-time version of the SDL_ttf library.
This function returns a Sdl.SDL_version struct containing the compiled version number
Binds to C-function call in SDL_ttf.h:
#define SDL_TTF_VERSION(X) { (X)->major = SDL_TTF_MAJOR_VERSION; (X)->minor = SDL_TTF_MINOR_VERSION; (X)->patch = SDL_TTF_PATCHLEVEL; }
SdlTtf Class | Tao.Sdl Namespace