Home
last modified time | relevance | path

Searched refs:fallback (Results 1 – 25 of 48) sorted by relevance

12

/lvgl-latest/src/others/font_manager/
Dlv_font_manager.c23 #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/
Dlv_example_freetype_2.c35 font->fallback = font_emoji; in lv_example_freetype_2()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_imgfont.c44 imgfont->fallback = LV_FONT_DEFAULT; in test_imgfont_creation()
/lvgl-latest/examples/others/imgfont/
Dlv_example_imgfont_1.c43 imgfont->fallback = LV_FONT_DEFAULT; in lv_example_imgfont_1()
/lvgl-latest/demos/ebike/generated/
Dfont_ebike_130.c2788 .fallback = NULL,
Dfont_ebike_56.c696 .fallback = NULL,
Dfont_ebike_trump_48.c3231 .fallback = NULL,
Dfont_ebike_trump_72.c6005 .fallback = NULL,
/lvgl-latest/src/font/
Dlv_font.c90 f = f->fallback; in lv_font_get_glyph_dsc()
Dlv_font.h118 const lv_font_t * fallback; /**< Fallback font for missing glyph. Resolved recursively */ member
/lvgl-latest/docs/details/other-components/
Dfont_manager.rst12 - Font resource concatenation (font fallback).
/lvgl-latest/demos/multilang/
Dlv_demo_multilang.c158 font_multilang_small.fallback = emoji_font; in lv_demo_multilang()
/lvgl-latest/docs/details/main-components/
Dfont.rst538 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/
Dfont_lv_demo_high_res_roboto_slab_light_80.c24331 .fallback = NULL,
Dfont_lv_demo_high_res_roboto_slab_regular_20.c2398 .fallback = NULL,
Dfont_lv_demo_high_res_roboto_slab_regular_30.c4138 .fallback = NULL,
Dfont_lv_demo_high_res_roboto_slab_regular_40.c6946 .fallback = NULL,
Dfont_lv_demo_high_res_roboto_slab_regular_45.c8351 .fallback = NULL,
Dfont_lv_demo_high_res_roboto_slab_regular_60.c14161 .fallback = NULL,
Dfont_lv_demo_high_res_roboto_slab_regular_90.c31431 .fallback = NULL,
Dfont_lv_demo_high_res_roboto_slab_light_160.c92468 .fallback = NULL,
Dfont_lv_demo_high_res_roboto_slab_light_180.c116557 .fallback = NULL,
Dfont_lv_demo_high_res_roboto_slab_light_240.c205296 .fallback = NULL,
Dfont_lv_demo_high_res_roboto_medium_11.c1425 .fallback = NULL,
/lvgl-latest/tests/src/test_assets/
Dtest_font_montserrat_ascii_3bpp_compressed.c1295 .fallback = NULL,

12