Commit 52a9d1d9 authored by Byeong-Sik Jeon's avatar Byeong-Sik Jeon Committed by Alexandre Julliard

gdi32: Fix FontSubstitute values for Korean locale.

parent 0da17ff8
...@@ -1805,7 +1805,7 @@ static const struct nls_update_font_list ...@@ -1805,7 +1805,7 @@ static const struct nls_update_font_list
/* Korean */ /* Korean */
{ 949, 949, "vga949.fon", "hvgafix.fon", "hvgasys.fon", { 949, 949, "vga949.fon", "hvgafix.fon", "hvgasys.fon",
"coure.fon", "serife.fon", "smalle.fon", "sserife.fon", "coure.fon", "serife.fon", "smalle.fon", "sserife.fon",
"Tahoma", "Times New Roman", /* FIXME unverified */ "Gulim", "Batang",
}, },
/* Chinese Traditional */ /* Chinese Traditional */
{ 950, 950, "vga950.fon", "cvgafix.fon", "cvgasys.fon", { 950, 950, "vga950.fon", "cvgafix.fon", "cvgasys.fon",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment