Commit 0e4f8d1e authored by Zhangrong Huang's avatar Zhangrong Huang Committed by Alexandre Julliard

gdi32, winex11.drv: Correct default Chinese font name.

parent 998426e6
......@@ -363,7 +363,7 @@ static const struct DefaultFontInfo default_fonts[] =
{ /* DefaultGuiFont */
9, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, GB2312_CHARSET,
0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS,
{'M','S',' ','S','o','n','g','\0'} /* FIXME: Is this correct? */
{'S','i','m','S','u','n','\0'}
},
},
{ HANGEUL_CHARSET,
......@@ -405,9 +405,9 @@ static const struct DefaultFontInfo default_fonts[] =
{'\0'}
},
{ /* DefaultGuiFont */
8, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, CHINESEBIG5_CHARSET,
9, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, CHINESEBIG5_CHARSET,
0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS,
{'\0'} /* FIXME - what is the native font??? */
{'P','M','i','n','g','L','i','U','\0'}
},
},
{ JOHAB_CHARSET,
......
......@@ -308,8 +308,8 @@ static const struct CharsetBindingInfo charsetbindings[] =
{ "\x82\x6c\x82\x72 \x82\x6f\x96\xbe\x92\xa9",
SHIFTJIS_CHARSET }, /* MS P mincho */
{ "GulimChe", HANGEUL_CHARSET },
{ "MS Song", GB2312_CHARSET },
{ "MS Hei", GB2312_CHARSET },
{ "\xcb\xce\xcc\xe5", GB2312_CHARSET }, /* SimSun */
{ "\xba\xda\xcc\xe5", GB2312_CHARSET }, /* SimHei */
{ "\xb7\x73\xb2\xd3\xa9\xfa\xc5\xe9", CHINESEBIG5_CHARSET },/*MS Mingliu*/
{ "\xb2\xd3\xa9\xfa\xc5\xe9", CHINESEBIG5_CHARSET },
......
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