Home
last modified time | relevance | path

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

/lvgl-3.6.0/examples/others/imgfont/
Dlv_example_imgfont_1.c37 imgfont->fallback = LV_FONT_DEFAULT; in lv_example_imgfont_1()
/lvgl-3.6.0/src/font/
Dlv_font.c92 f = f->fallback; in lv_font_get_glyph_dsc()
Dlv_font.h80 …const struct _lv_font_t * fallback; /**< Fallback font for missing glyph. Resolved recursively */ member
/lvgl-3.6.0/docs/overview/
Dfont.md251 ## Use font fallback
253 You can specify `fallback` in `lv_font_t` to provide fallback to the font. When the font
254 fails to find glyph to a letter, it will try to let font from `fallback` to handle.
256 `fallback` can be chained, so it will try to solve until there is no `fallback` set.
264 roboto->fallback = droid_sans_fallback;
/lvgl-3.6.0/docs/get-started/platforms/
Dnxp.md176 VGLite fallback to CPU due to any error on the driver)
/lvgl-3.6.0/docs/
DCHANGELOG.md646 - Add font fallback support
694 - feat(font) add fallback support and mem. font load option to FreeType [`2796`](https://github.com…