From 6783d395714adc0ffcdfd132a6a41dc3d7388fea Mon Sep 17 00:00:00 2001 From: PopSlime Date: Tue, 19 Dec 2023 14:30:36 +0800 Subject: [PATCH] Add default font for Korean on Windows. --- Assets/Cryville/Common/Font/FontMatcher.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Cryville/Common/Font/FontMatcher.cs b/Assets/Cryville/Common/Font/FontMatcher.cs index d9fe878..d6d02fb 100644 --- a/Assets/Cryville/Common/Font/FontMatcher.cs +++ b/Assets/Cryville/Common/Font/FontMatcher.cs @@ -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");