Get the recommended spacing between lines of text for this font.
The maximum pixel height of all glyphs in the font.
NOTE: Passing a NULL font into this function will cause a segfault.
Binds to C-function in SDL_ttf.h
int TTF_FontLineSkip(TTF_Font *font)
// get the loaded font's max descent //TTF_Font *font; printf("The font descent is: %d\n", TTF_FontDescent(font));
SdlTtf Class | Tao.Sdl Namespace | TTF_FontHeight | TTF_FontAscent | TTF_FontDescent