Home
last modified time | relevance | path

Searched refs:stbtt_GetCodepointKernAdvance (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h407 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