Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/core/
Dlv_theme.h39 const lv_font_t * font_normal; member
Dlv_theme.c89 return th ? th->font_normal : LV_FONT_DEFAULT; in lv_theme_get_font_normal()
/lvgl-3.4.0/demos/widgets/
Dlv_demo_widgets.c81 static const lv_font_t * font_normal; variable
102 font_normal = LV_FONT_DEFAULT; in lv_demo_widgets()
113 font_normal = &lv_font_montserrat_16; in lv_demo_widgets()
125 font_normal = &lv_font_montserrat_14; in lv_demo_widgets()
137 font_normal = &lv_font_montserrat_12; in lv_demo_widgets()
144 …alette_main(LV_PALETTE_BLUE), lv_palette_main(LV_PALETTE_RED), LV_THEME_DEFAULT_DARK, font_normal); in lv_demo_widgets()
163 lv_obj_set_style_text_font(lv_scr_act(), font_normal, 0); in lv_demo_widgets()
1068 …te_main(*palette_primary), lv_palette_main(palette_secondary), LV_THEME_DEFAULT_DARK, font_normal); in color_event_cb()
1269 lv_txt_get_size(&text_size, buf, font_normal, 0, 0, LV_COORD_MAX, LV_TEXT_FLAG_NONE); in slider_event_cb()
1292 label_dsc.font = font_normal; in slider_event_cb()
[all …]
/lvgl-3.4.0/src/extra/themes/basic/
Dlv_theme_basic.c158 theme.font_normal = LV_FONT_DEFAULT; in lv_theme_basic_init()
/lvgl-3.4.0/src/extra/themes/mono/
Dlv_theme_mono.c186 theme.font_normal = LV_FONT_DEFAULT; in lv_theme_mono_init()
/lvgl-3.4.0/src/extra/themes/default/
Dlv_theme_default.c663 theme.font_normal = font; in lv_theme_default_init()