SdlTtfGetFreeTypeVersion
Query the version of the FreeType library in use.
SdlTtfInit should be called before calling this method.
Definition
Unit: Neslib.Sdl3.Ttf
Parameters
AMajor
: Integer
: To be filled in with the major version number.
AMinor
: Integer
: To be filled in with the minor version number.
APatch
: Integer
: To be filled in with the param version number.
See Also
Remarks
It is safe to call this routine from any thread.