Searched refs:stbtt_GetGlyphKernAdvance (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 115 int k = stbtt_GetGlyphKernAdvance(&dsc->info, g1, g2); in ttf_get_glyph_dsc_cb()
|
D | stb_truetype_htcw.h | 835 STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo * info, int glyph1, int glyph2); 2869 STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo * info, int g1, int g2) function 2885 …return stbtt_GetGlyphKernAdvance(info, stbtt_FindGlyphIndex(info, ch1), stbtt_FindGlyphIndex(info,…
|