[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
char * TTF_FontFaceFamilyName(const TTF_Font *font)
Get the current font face family name from the loaded font.
This function may return a NULL pointer, in which case the information
is not available.
NOTE: Passing a NULL font into this function will cause a segfault.
Returns: The current family name of of the face of the font, or NULL perhaps.
|
See Also:
3.3.14 TTF_FontFaces,
3.3.15 TTF_FontFaceIsFixedWidth,
3.3.17 TTF_FontFaceStyleName