Query the number of faces of a font.
long TTF_FontFaces(const TTF_Font *font);
Returns the number of FreeType font faces.
This function is available since SDL_ttf 2.0.12.
CategoryAPI