mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-05 16:00:15 +02:00
Use Malgun Gothic instead of Gulim for Korean
This commit is contained in:
parent
d5dc014403
commit
956594ce4e
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ void gdrv::grtext_draw_ttext_in_box(LPCWSTR text, int xOff, int yOff, int width,
|
||||||
font = "MS UI Gothic";
|
font = "MS UI Gothic";
|
||||||
break;
|
break;
|
||||||
case Languages::Korean:
|
case Languages::Korean:
|
||||||
font = "Gulim";
|
font = "Malgun Gothic";
|
||||||
selectedFontSizes = fontSizes_EastAsian;
|
selectedFontSizes = fontSizes_EastAsian;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue