Query the total height of a font.
Defined in <SDL_ttf.h>
int TTF_FontHeight(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.
This function is available since SDL_ttf 2.0.12.