(This function is part of SDL_ttf, a separate library from SDL.)

TTF_FontHeight

Query the total height of a font.

Header File

Defined in <SDL_ttf.h>

Syntax

int TTF_FontHeight(const TTF_Font *font);

Function Parameters

const TTF_Font * font the font to query.

Return Value

(int) Returns the font's height.

Remarks

This is usually equal to point size.

Version

This function is available since SDL_ttf 2.0.12.


CategoryAPI, CategoryAPIFunction