[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
char * TTF_FontFaceStyleName(const TTF_Font *font)
Get the current font face style 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 style 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.16 TTF_FontFaceFamilyName