mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
3ea4d66411
* adding font type check * using theme specified font supports freetype drawing * adding font type check * using theme specified font supports freetype drawing * freetype fallback font support * improved fallback font * updated fallback font modifier * docs(events) LV_EVENT_APPLY was removed (#2791) * reverted to default font logic * removed unused function * improved font fallback * font fallback for default lv_draw_letter as well * added back masked drawing support * fallback support for freetype uncached * updated description * fixed constructor initialization for ISO C * reverted unneeded changes * using loop instead of recursion to resolve glyph info * simplified glyph dec resolving * removed unused enum value * improved lv_font_fmt_ft_dsc_t field naming * supports pointer as freetype font source * Updated docs for font fallback Co-authored-by: Vincent Hamp <higaski@users.noreply.github.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>