Query the total height of a font.
Defined in <SDL3_ttf/SDL_ttf.h>
int TTF_GetFontHeight(const TTF_Font *font);
const TTF_Font * | font | the font to query. |
(int) Returns the font's height.
This is usually equal to point size.
It is safe to call this function from any thread.
This function is available since SDL_ttf 3.0.0.