Tao.Sdl SDK Documentation

SdlTtf.TTF_Linked_Version Method 

Using this you can compare the runtime version to the version that you compiled with.

[Visual Basic]
Public Shared Function TTF_Linked_Version() As SDL_version
[C#]
public static SDL_version TTF_Linked_Version();

Return Value

This function gets the version of the dynamically linked SDL_ttf library in an Sdl.SDL_version struct.

Remarks

Binds to C-function call in SDL_ttf.h:

const SDL_version * TTF_Linked_Version(void)

See Also

SdlTtf Class | Tao.Sdl Namespace