Home
last modified time | relevance | path

Searched defs:line_height (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/font/
Dlv_font.h109 int32_t line_height; /**< The real line height where any text fits*/ member
/lvgl-latest/src/draw/
Dlv_draw_label.c233 int32_t line_height = line_height_font + dsc->line_space; in lv_draw_label_iterate_characters() local
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_label.c423 int32_t line_height = line_height_font + dsc->line_space; in _draw_label_iterate_characters() local