1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00
Mariotaku 3ea4d66411
feat(font) add fallback support and mem. font load option to FreeType (#2796)
* 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>
2021-11-22 10:43:58 +01:00
..
2021-06-18 12:25:49 -04:00
2021-11-19 10:32:45 +01:00
2021-11-05 12:18:40 +01:00
2021-09-29 10:37:51 +02:00
2021-09-01 09:12:39 +02:00
2021-06-14 23:16:31 +02:00
2021-05-19 21:55:29 +02:00
2021-08-26 10:52:39 +02:00
2021-05-01 07:34:30 +02:00
2021-06-15 07:59:04 +02:00
2021-10-04 15:08:52 +02:00
2021-08-27 12:15:39 +02:00