diff --git a/SpaceCadetPinball/gdrv.cpp b/SpaceCadetPinball/gdrv.cpp index a3ae790..2cb49f4 100644 --- a/SpaceCadetPinball/gdrv.cpp +++ b/SpaceCadetPinball/gdrv.cpp @@ -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; }