mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 10:45:16 +01:00
Add Malgun Gothic as a TTF font alternative for Korean
This commit is contained in:
@@ -34,6 +34,7 @@ TTFontFamily const TTFFamilyJapanese = {
|
||||
TTFontFamily const TTFFamilyKorean = {
|
||||
&TTFFontGulim,
|
||||
&TTFFontNanum,
|
||||
&TTFFontMalgun,
|
||||
};
|
||||
|
||||
TTFontFamily const TTFFamilySansSerif = {
|
||||
|
||||
@@ -72,6 +72,12 @@ TTFFontSetDescriptor TTFFontGulim = { {
|
||||
{ "gulim.ttc", "Gulim", 12, 1, 0, 15, HINTING_THRESHOLD_MEDIUM, nullptr },
|
||||
} };
|
||||
|
||||
TTFFontSetDescriptor TTFFontMalgun = { {
|
||||
{ "malgun.ttf", "Malgun Gothic", 10, 1, -3, 10, HINTING_THRESHOLD_LOW, nullptr },
|
||||
{ "malgun.ttf", "Malgun Gothic", 12, 1, -3, 15, HINTING_THRESHOLD_LOW, nullptr },
|
||||
{ "malgun.ttf", "Malgun Gothic", 12, 1, -3, 15, HINTING_THRESHOLD_LOW, nullptr },
|
||||
} };
|
||||
|
||||
TTFFontSetDescriptor TTFFontNanum = { {
|
||||
{ "NanumGothic.ttc", "Nanum Gothic", 10, 1, 0, 10, HINTING_DISABLED, nullptr },
|
||||
{ "NanumGothic.ttc", "Nanum Gothic", 12, 1, 0, 15, HINTING_THRESHOLD_LOW, nullptr },
|
||||
|
||||
@@ -26,6 +26,7 @@ extern TTFFontSetDescriptor TTFFontHeiti;
|
||||
extern TTFFontSetDescriptor TTFFontSimSun;
|
||||
extern TTFFontSetDescriptor TTFFontLiHeiPro;
|
||||
extern TTFFontSetDescriptor TTFFontGulim;
|
||||
extern TTFFontSetDescriptor TTFFontMalgun;
|
||||
extern TTFFontSetDescriptor TTFFontNanum;
|
||||
extern TTFFontSetDescriptor TTFFontArial;
|
||||
extern TTFFontSetDescriptor TTFFontArialUnicode;
|
||||
|
||||
Reference in New Issue
Block a user