Searched refs:stbtt_GetFontVMetrics (Results 1 – 2 of 2) sorted by relevance
| /lvgl-latest/src/libs/tiny_ttf/ |
| D | lv_tiny_ttf.c | 132 stbtt_GetFontVMetrics(&dsc->info, &dsc->ascent, &dsc->descent, &line_gap); in lv_tiny_ttf_set_size()
|
| D | stb_truetype_htcw.h | 391 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);
|