Add default font for Korean on Windows.

This commit is contained in:
2023-12-19 14:30:36 +08:00
parent e2c8c92279
commit 6783d39571

View File

@@ -57,6 +57,7 @@ namespace Cryville.Common.Font {
map["cher"].Insert(0, "Plantagenet");
map["ethi"].Insert(0, "Nyala");
map["khmr"].Insert(0, "DaunPenh MoolBoran");
map["kore"].Insert(0, "Malgun Gothic"); // Reference: https://en.wikipedia.org/wiki/List_of_typefaces_included_with_Microsoft_Windows
map["laoo"].Insert(0, "DokChampa");
map["mong"].Insert(0, "Mongolian Baiti");
map["orya"].Insert(0, "Kalinga");