[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int TTF_GlyphIsProvided(const TTF_Font *font, Uint16 ch)
Get the status of the availability of the glyph for ch from the loaded font.
NOTE: Passing a NULL font into this function will cause a segfault.
Returns: the index of the glyph for ch in font, or 0 for an undefined character code.
|
See Also:
3.3.19 TTF_GlyphMetrics