mirror of
https://github.com/nothings/stb
synced 2024-12-14 20:12:34 +03:00
stb_truetype: added comment about stbtt_FindGlyphIndex() return value.
This commit is contained in:
parent
e6afb9cbae
commit
cc99df4b48
@ -733,6 +733,7 @@ STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codep
|
||||
// and you want a speed-up, call this function with the character you're
|
||||
// going to process, then use glyph-based functions instead of the
|
||||
// codepoint-based functions.
|
||||
// Returns 0 if the character codepoint is not defined in the font.
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user