stbtt_FindGlyphIndex

If you're going to perform multiple operations on the same character 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.

nothrow @nogc
int
stbtt_FindGlyphIndex

Meta