SdlTtfGetHarfBuzzVersion
Query the version of the HarfBuzz library in use.
If HarfBuzz is not available, the version reported is 0.0.0.
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.
Remarks
It is safe to call this routine from any thread.