|
@@ -14,6 +14,12 @@ config RTGUI_USING_TTF
|
|
bool "Support TrueType font"
|
|
bool "Support TrueType font"
|
|
default n
|
|
default n
|
|
|
|
|
|
|
|
+if RTGUI_USING_TTF
|
|
|
|
+ config UTF8_TO_UNICODE
|
|
|
|
+ bool "Support UTF8 to UNICODE"
|
|
|
|
+ default n
|
|
|
|
+endif
|
|
|
|
+
|
|
config RTGUI_USING_FONT16
|
|
config RTGUI_USING_FONT16
|
|
bool "Support 16 height font"
|
|
bool "Support 16 height font"
|
|
default y
|
|
default y
|