Searched refs:font_normal (Results 1 – 6 of 6) sorted by relevance
39 const lv_font_t * font_normal; member
89 return th ? th->font_normal : LV_FONT_DEFAULT; in lv_theme_get_font_normal()
83 static const lv_font_t * font_normal; variable106 font_normal = LV_FONT_DEFAULT; in lv_demo_widgets()117 font_normal = &lv_font_montserrat_16; in lv_demo_widgets()130 font_normal = &lv_font_montserrat_14; in lv_demo_widgets()143 font_normal = &lv_font_montserrat_12; in lv_demo_widgets()151 font_normal); in lv_demo_widgets()170 lv_obj_set_style_text_font(lv_scr_act(), font_normal, 0); in lv_demo_widgets()1097 LV_THEME_DEFAULT_DARK, font_normal); in color_event_cb()1300 lv_txt_get_size(&text_size, buf, font_normal, 0, 0, LV_COORD_MAX, LV_TEXT_FLAG_NONE); in slider_event_cb()1323 label_dsc.font = font_normal; in slider_event_cb()[all …]
154 theme.font_normal = LV_FONT_DEFAULT; in lv_theme_basic_init()
184 theme.font_normal = LV_FONT_DEFAULT; in lv_theme_mono_init()
666 theme.font_normal = font; in lv_theme_default_init()