Searched refs:LV_FONT_DEFAULT (Results 1 – 18 of 18) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_theme.c | 83 return th ? th->font_small : LV_FONT_DEFAULT; in lv_theme_get_font_small() 89 return th ? th->font_normal : LV_FONT_DEFAULT; in lv_theme_get_font_normal() 95 return th ? th->font_large : LV_FONT_DEFAULT; in lv_theme_get_font_large()
|
/lvgl-latest/examples/others/imgfont/ |
D | lv_example_imgfont_1.c | 37 imgfont->fallback = LV_FONT_DEFAULT; in lv_example_imgfont_1()
|
/lvgl-latest/src/draw/ |
D | lv_draw_rect.c | 47 dsc->bg_img_symbol_font = LV_FONT_DEFAULT; in lv_draw_rect_dsc_init()
|
D | lv_draw_label.c | 60 dsc->font = LV_FONT_DEFAULT; in lv_draw_label_dsc_init()
|
/lvgl-latest/examples/widgets/slider/ |
D | lv_example_slider_3.c | 41 lv_txt_get_size(&label_size, buf, LV_FONT_DEFAULT, 0, 0, LV_COORD_MAX, 0); in slider_event_cb()
|
/lvgl-latest/examples/widgets/bar/ |
D | lv_example_bar_6.c | 18 label_dsc.font = LV_FONT_DEFAULT; in event_cb()
|
/lvgl-latest/src/extra/themes/basic/ |
D | lv_theme_basic.c | 153 theme.font_small = LV_FONT_DEFAULT; in lv_theme_basic_init() 154 theme.font_normal = LV_FONT_DEFAULT; in lv_theme_basic_init() 155 theme.font_large = LV_FONT_DEFAULT; in lv_theme_basic_init()
|
/lvgl-latest/src/font/ |
D | lv_font.h | 254 return LV_FONT_DEFAULT; in LV_FONT_DECLARE()
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_6.c | 31 lv_txt_get_size(&size, buf, LV_FONT_DEFAULT, 0, 0, LV_COORD_MAX, LV_TEXT_FLAG_NONE); in event_cb()
|
/lvgl-latest/env_support/cmsis-pack/ |
D | lv_conf_cmsis.h | 390 #define LV_FONT_DEFAULT &lv_font_montserrat_14 macro
|
/lvgl-latest/ |
D | lv_conf_template.h | 402 #define LV_FONT_DEFAULT &lv_font_montserrat_14
|
D | Kconfig | 560 choice LV_FONT_DEFAULT choice
|
/lvgl-latest/src/extra/themes/mono/ |
D | lv_theme_mono.c | 183 theme.font_small = LV_FONT_DEFAULT; in lv_theme_mono_init() 184 theme.font_normal = LV_FONT_DEFAULT; in lv_theme_mono_init() 185 theme.font_large = LV_FONT_DEFAULT; in lv_theme_mono_init()
|
/lvgl-latest/src/ |
D | lv_conf_internal.h | 1204 #ifndef LV_FONT_DEFAULT 1206 #define LV_FONT_DEFAULT CONFIG_LV_FONT_DEFAULT macro 1208 #define LV_FONT_DEFAULT &lv_font_montserrat_14 macro
|
/lvgl-latest/src/misc/ |
D | lv_style.c | 352 value.ptr = LV_FONT_DEFAULT; in lv_style_prop_get_default()
|
/lvgl-latest/src/hal/ |
D | lv_hal_disp.c | 217 LV_THEME_DEFAULT_DARK, LV_FONT_DEFAULT); in lv_disp_drv_register()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 105 font_large = LV_FONT_DEFAULT; in lv_demo_widgets() 106 font_normal = LV_FONT_DEFAULT; in lv_demo_widgets()
|
/lvgl-latest/docs/overview/ |
D | style-props.md | 639 …splay:inline; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_FONT_DEFAULT`</li>
|