Query the total height of a font.
int TTF_FontHeight(const TTF_Font *font);
Returns the font's height.
This is usually equal to point size.
This function is available since SDL_ttf 3.0.0.
CategoryAPI