Searched refs:stbtt_GetCodepointKernAdvance (Results 1 – 1 of 1) sorted by relevance
407 xpos += scale * stbtt_GetCodepointKernAdvance(&font, text[ch], text[ch + 1]);823 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo * info, int ch1, int ch2);2873 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo * info, int ch1, int ch2) function