Searched refs:stbtt_GetCodepointKernAdvance (Results 1 – 2 of 2) sorted by relevance
216 xpos += priv->scale * stbtt_GetCodepointKernAdvance(font, in console_truetype_putc_xy()
357 xpos += scale*stbtt_GetCodepointKernAdvance(&font, text[ch],text[ch+1]);700 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2);1513 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2) in stbtt_GetCodepointKernAdvance() function