浏览代码

Merge pull request #49422 from timothyqiu/hani-preview-text

Fix font preview text for CJKV ideographs
Rémi Verschelde 4 年之前
父节点
当前提交
090e4c4abd
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      editor/plugins/editor_preview_plugins.cpp
  2. 1 1
      editor/plugins/font_editor_plugin.cpp

+ 1 - 1
editor/plugins/editor_preview_plugins.cpp

@@ -832,7 +832,7 @@ struct FSample {
 };
 };
 
 
 static FSample _samples[] = {
 static FSample _samples[] = {
-	{ "hani", U"漢" },
+	{ "hani", U"漢" },
 	{ "armn", U"Աբ" },
 	{ "armn", U"Աբ" },
 	{ "copt", U"Αα" },
 	{ "copt", U"Αα" },
 	{ "cyrl", U"Аб" },
 	{ "cyrl", U"Аб" },

+ 1 - 1
editor/plugins/font_editor_plugin.cpp

@@ -56,7 +56,7 @@ struct FSample {
 };
 };
 
 
 static FSample _samples[] = {
 static FSample _samples[] = {
-	{ "hani", U"漢" },
+	{ "hani", U"漢" },
 	{ "armn", U"Աբ" },
 	{ "armn", U"Աբ" },
 	{ "copt", U"Αα" },
 	{ "copt", U"Αα" },
 	{ "cyrl", U"Аб" },
 	{ "cyrl", U"Аб" },