Searched refs:fallback (Results 1 – 25 of 48) sorted by relevance
12
/lvgl-latest/src/others/font_manager/ |
D | lv_font_manager.c | 23 #define IS_FONT_HAS_FALLBACK(font) ((font)->fallback != NULL) 205 if(cur_font->fallback == NULL) { in lv_font_manager_create_font() 206 cur_font->fallback = LV_FONT_DEFAULT; in lv_font_manager_create_font() 209 cur_font = (lv_font_t *)cur_font->fallback; in lv_font_manager_create_font() 335 pre_font->fallback = cur_font; in lv_font_manager_create_font_family() 365 lv_font_t * fallback = (lv_font_t *)f->fallback; in lv_font_manager_delete_font_family() local 367 f = fallback; in lv_font_manager_delete_font_family()
|
/lvgl-latest/examples/libs/freetype/ |
D | lv_example_freetype_2.c | 35 font->fallback = font_emoji; in lv_example_freetype_2()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_imgfont.c | 44 imgfont->fallback = LV_FONT_DEFAULT; in test_imgfont_creation()
|
/lvgl-latest/examples/others/imgfont/ |
D | lv_example_imgfont_1.c | 43 imgfont->fallback = LV_FONT_DEFAULT; in lv_example_imgfont_1()
|
/lvgl-latest/demos/ebike/generated/ |
D | font_ebike_130.c | 2788 .fallback = NULL,
|
D | font_ebike_56.c | 696 .fallback = NULL,
|
D | font_ebike_trump_48.c | 3231 .fallback = NULL,
|
D | font_ebike_trump_72.c | 6005 .fallback = NULL,
|
/lvgl-latest/src/font/ |
D | lv_font.c | 90 f = f->fallback; in lv_font_get_glyph_dsc()
|
D | lv_font.h | 118 const lv_font_t * fallback; /**< Fallback font for missing glyph. Resolved recursively */ member
|
/lvgl-latest/docs/details/other-components/ |
D | font_manager.rst | 12 - Font resource concatenation (font fallback).
|
/lvgl-latest/demos/multilang/ |
D | lv_demo_multilang.c | 158 font_multilang_small.fallback = emoji_font; in lv_demo_multilang()
|
/lvgl-latest/docs/details/main-components/ |
D | font.rst | 538 specify a ``fallback`` font to be used in :cpp:type:`lv_font_t`. 540 ``fallback`` can be chained, so it will try to solve until there is no ``fallback`` set. 549 roboto->fallback = droid_sans_fallback;
|
/lvgl-latest/demos/high_res/fonts/ |
D | font_lv_demo_high_res_roboto_slab_light_80.c | 24331 .fallback = NULL,
|
D | font_lv_demo_high_res_roboto_slab_regular_20.c | 2398 .fallback = NULL,
|
D | font_lv_demo_high_res_roboto_slab_regular_30.c | 4138 .fallback = NULL,
|
D | font_lv_demo_high_res_roboto_slab_regular_40.c | 6946 .fallback = NULL,
|
D | font_lv_demo_high_res_roboto_slab_regular_45.c | 8351 .fallback = NULL,
|
D | font_lv_demo_high_res_roboto_slab_regular_60.c | 14161 .fallback = NULL,
|
D | font_lv_demo_high_res_roboto_slab_regular_90.c | 31431 .fallback = NULL,
|
D | font_lv_demo_high_res_roboto_slab_light_160.c | 92468 .fallback = NULL,
|
D | font_lv_demo_high_res_roboto_slab_light_180.c | 116557 .fallback = NULL,
|
D | font_lv_demo_high_res_roboto_slab_light_240.c | 205296 .fallback = NULL,
|
D | font_lv_demo_high_res_roboto_medium_11.c | 1425 .fallback = NULL,
|
/lvgl-latest/tests/src/test_assets/ |
D | test_font_montserrat_ascii_3bpp_compressed.c | 1295 .fallback = NULL,
|
12