Преглед на файлове

Fix font preview text for CJKV ideographs

Haoyu Qiu преди 4 години
родител
ревизия
4d5acd76f4
променени са 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[] = {
-	{ "hani", U"漢" },
+	{ "hani", U"漢" },
 	{ "armn", U"Աբ" },
 	{ "copt", U"Αα" },
 	{ "cyrl", U"Аб" },

+ 1 - 1
editor/plugins/font_editor_plugin.cpp

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