table of contents
other versions
- experimental 3~git20241102~f20defe+ds-1
TTF_GetHarfBuzzVersion(3) | SDL_ttf3 FUNCTIONS | TTF_GetHarfBuzzVersion(3) |
NAME¶
TTF_GetHarfBuzzVersion - Query the version of the HarfBuzz library in use.
HEADER FILE¶
Defined in SDL3_ttf/SDL_ttf.h
SYNOPSIS¶
#include "SDL3_ttf/SDL_ttf.h"
void TTF_GetHarfBuzzVersion(int *major, int *minor, int *patch);
DESCRIPTION¶
If HarfBuzz is not available, the version reported is 0.0.0.
FUNCTION PARAMETERS¶
THREAD SAFETY¶
It is safe to call this function from any thread.
AVAILABILITY¶
This function is available since SDL_ttf 3.0.0.
SDL_ttf 3.0.0 | SDL_ttf |