Searched refs:fallback (Results 1 – 6 of 6) sorted by relevance
37 imgfont->fallback = LV_FONT_DEFAULT; in lv_example_imgfont_1()
92 f = f->fallback; in lv_font_get_glyph_dsc()
80 …const struct _lv_font_t * fallback; /**< Fallback font for missing glyph. Resolved recursively */ member
251 ## Use font fallback253 You can specify `fallback` in `lv_font_t` to provide fallback to the font. When the font254 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;
176 VGLite fallback to CPU due to any error on the driver)
646 - Add font fallback support694 - feat(font) add fallback support and mem. font load option to FreeType [`2796`](https://github.com…