From 21d3f1861aa22a09aa990c63cd1392ad4855e5d3 Mon Sep 17 00:00:00 2001 From: tangyuxin <462747508@qq.com> Date: Wed, 13 Dec 2017 14:44:26 +0800 Subject: [PATCH] =?UTF-8?q?[gui]Kconfig=E5=A2=9E=E5=8A=A0=E9=80=89?= =?UTF-8?q?=E9=A1=B9,=E6=94=AF=E6=8C=81UTF8=E7=BC=96=E7=A0=81=E7=9A=84?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/gui/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/gui/Kconfig b/components/gui/Kconfig index 1427a6a743..545b08743e 100644 --- a/components/gui/Kconfig +++ b/components/gui/Kconfig @@ -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