Fix font preview text for CJKV ideographs
This commit is contained in:
parent
711d4f3d86
commit
4d5acd76f4
2 changed files with 2 additions and 2 deletions
|
@ -832,7 +832,7 @@ struct FSample {
|
|||
};
|
||||
|
||||
static FSample _samples[] = {
|
||||
{ "hani", U"漢語" },
|
||||
{ "hani", U"漢字" },
|
||||
{ "armn", U"Աբ" },
|
||||
{ "copt", U"Αα" },
|
||||
{ "cyrl", U"Аб" },
|
||||
|
|
|
@ -56,7 +56,7 @@ struct FSample {
|
|||
};
|
||||
|
||||
static FSample _samples[] = {
|
||||
{ "hani", U"漢語" },
|
||||
{ "hani", U"漢字" },
|
||||
{ "armn", U"Աբ" },
|
||||
{ "copt", U"Αα" },
|
||||
{ "cyrl", U"Аб" },
|
||||
|
|
Loading…
Reference in a new issue