Searched refs:stbtt_GetGlyphKernAdvance (Results 1 – 1 of 1) sorted by relevance
801 STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2);2556 STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int g1, int g2) in stbtt_GetGlyphKernAdvance() function2573 …return stbtt_GetGlyphKernAdvance(info, stbtt_FindGlyphIndex(info,ch1), stbtt_FindGlyphIndex(info,c… in stbtt_GetCodepointKernAdvance()