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
1 changed files with 1 additions and 1 deletions

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