Query the total height of a font.
Defined in SDL_ttf.h
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 2.0.12.
CategoryAPI, CategoryAPIFunction