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