Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dlv_tiny_ttf.c132 stbtt_GetFontVMetrics(&dsc->info, &dsc->ascent, &dsc->descent, &line_gap); in lv_tiny_ttf_set_size()
Dstb_truetype_htcw.h391 stbtt_GetFontVMetrics(&font, &ascent, 0, 0);
799 STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo * info, int * ascent, int * descent, int …
2926 STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo * info, int * ascent, int * descent, int … function
4765 stbtt_GetFontVMetrics(&info, &i_ascent, &i_descent, &i_lineGap);