diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2021-06-08 21:39:22 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2021-06-08 21:39:22 +0800 |
commit | 4d5acd76f4ffd6ac052aef54f93af6ee0dfc53b4 (patch) | |
tree | e0e3815d48cb8fb1f8e1917c0b30f1ad3ee1c4af /editor/plugins/editor_preview_plugins.cpp | |
parent | 711d4f3d86b05133e6b40ebdbab34d40335746fb (diff) |
Fix font preview text for CJKV ideographs
Diffstat (limited to 'editor/plugins/editor_preview_plugins.cpp')
-rw-r--r-- | editor/plugins/editor_preview_plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/editor_preview_plugins.cpp b/editor/plugins/editor_preview_plugins.cpp index cf237f5a4a..235ccb18cb 100644 --- a/editor/plugins/editor_preview_plugins.cpp +++ b/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"Аб" }, |