1
0
Fork 0
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:
Lim Chunwei 2021-11-18 21:37:55 +08:00
parent d5dc014403
commit 956594ce4e

View file

@ -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;
}