From 956594ce4e6e3f1da9a3931097e189affaeb2130 Mon Sep 17 00:00:00 2001 From: Lim Chunwei Date: Thu, 18 Nov 2021 21:37:55 +0800 Subject: [PATCH] Use Malgun Gothic instead of Gulim for Korean --- SpaceCadetPinball/gdrv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }