mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-03 23:20:14 +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";
|
||||
break;
|
||||
case Languages::Korean:
|
||||
font = "Gulim";
|
||||
font = "Malgun Gothic";
|
||||
selectedFontSizes = fontSizes_EastAsian;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue