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

Fix font preview text for CJKV ideographs
This commit is contained in:
Rémi Verschelde 2021-06-08 23:15:30 +02:00 committed by GitHub
commit 090e4c4abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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