getHarfBuzzVersion

Wraps TTF_GetHarfBuzzVersion (from SDL_ttf 2.0.18) which gets the version of the HarfBuzz library used by the linked SDL2_ttf

@safe @trusted
static if(bindSDLTTF)
static if(sdlTTFSupport >= SDLTTFSupport.v2_0_18)
getHarfBuzzVersion
()

Return Value

Type: Version

dsdl2.Version of the used HarfBuzz library

Meta