feat(libs): add freetype font manager (#6482)

Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
This commit is contained in:
VIFEX
2024-08-30 19:55:53 +08:00
committed by GitHub
parent 3db31e44e5
commit dbb5905260
13 changed files with 1154 additions and 0 deletions

View File

@@ -970,6 +970,16 @@
#define LV_FILE_EXPLORER_QUICK_ACCESS 1
#endif
/*1: Enable freetype font manager*/
/*Requires: LV_USE_FREETYPE*/
#define LV_USE_FONT_MANAGER 0
#if LV_USE_FONT_MANAGER
/*Font manager name max length*/
#define LV_FONT_MANAGER_NAME_MAX_LEN 32
#endif
/*==================
* DEVICES
*==================*/