arch(font_manager): add multiple font backend support (#8038)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
VIFEX
2025-04-15 11:35:50 +08:00
committed by GitHub
parent db7cad1e32
commit 19cb83732b
44 changed files with 995 additions and 286 deletions
+1 -2
View File
@@ -1656,8 +1656,7 @@ menu "LVGL configuration"
This can save some memory, but not much. After the quick access bar is created, it can be hidden by clicking the button at the top left corner of the browsing area, which is very useful for small screen devices.
config LV_USE_FONT_MANAGER
bool "Enable freetype font manager"
depends on LV_USE_FREETYPE
bool "Enable Font manager"
default n
config LV_FONT_MANAGER_NAME_MAX_LEN
int "Font manager name max length"