Skip to content

SdlTtfGetFreeTypeVersion

Query the version of the FreeType library in use.

SdlTtfInit should be called before calling this method.

Definition

Unit: Neslib.Sdl3.Ttf

procedure SdlTtfGetFreeTypeVersion(out AMajor, AMinor, 
  APatch: Integer); inline

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.