Searched refs:stbtt_GetGlyphKernAdvance (Results 1 – 1 of 1) sorted by relevance
707 STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2);1483 STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2) in stbtt_GetGlyphKernAdvance() function1517 …return stbtt_GetGlyphKernAdvance(info, stbtt_FindGlyphIndex(info,ch1), stbtt_FindGlyphIndex(info,c… in stbtt_GetCodepointKernAdvance()