瀏覽代碼

[gui]Kconfig增加选项,支持UTF8编码的中文字体

tangyuxin 7 年之前
父節點
當前提交
21d3f1861a
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      components/gui/Kconfig

+ 6 - 0
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