mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 01:18:04 +08:00
chore(imgfont): simplify imgfont_dsc_t data structure (#5354)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -1218,14 +1218,6 @@ menu "LVGL configuration"
|
||||
config LV_USE_IMGFONT
|
||||
bool "draw image in label or span obj"
|
||||
default n
|
||||
config LV_IMGFONT_PATH_MAX_LEN
|
||||
int "Imgfont image file path maximum length"
|
||||
depends on LV_USE_IMGFONT
|
||||
default 64
|
||||
config LV_IMGFONT_USE_IMAGE_CACHE_HEADER
|
||||
bool "Use image cache to buffer header information"
|
||||
depends on LV_USE_IMGFONT
|
||||
default n
|
||||
|
||||
config LV_USE_IME_PINYIN
|
||||
bool "Enable Pinyin input method"
|
||||
|
||||
Reference in New Issue
Block a user