mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-18 11:42:23 +08:00
Merge pull request #1102 from enkiller/development
[gui]Kconfig增加选项,支持UTF8编码的中文字体
This commit is contained in:
@@ -14,6 +14,12 @@ config RTGUI_USING_TTF
|
||||
bool "Support TrueType font"
|
||||
default n
|
||||
|
||||
if RTGUI_USING_TTF
|
||||
config UTF8_TO_UNICODE
|
||||
bool "Support UTF8 to UNICODE"
|
||||
default n
|
||||
endif
|
||||
|
||||
config RTGUI_USING_FONT16
|
||||
bool "Support 16 height font"
|
||||
default y
|
||||
|
||||
Reference in New Issue
Block a user