gdi32: Unify Chinese and Japanese default font name.

This commit is contained in:
ByeongSik Jeon 2008-12-11 03:29:07 +09:00 committed by Alexandre Julliard
parent b8e8cb6621
commit d1ca64b3f5
2 changed files with 4 additions and 4 deletions

View File

@ -2276,7 +2276,7 @@ static const struct nls_update_font_list
/* Chinese Simplified */
{ 936, 936, "vga936.fon", "svgafix.fon", "svgasys.fon",
"coure.fon", "serife.fon", "smalle.fon", "sserife.fon",
"Tahoma", "Times New Roman", /* FIXME unverified */
"SimSun", "NSimSun",
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
{ 0 }, { 0 }, { 0 }
},

View File

@ -341,7 +341,7 @@ static const struct DefaultFontInfo default_fonts[] =
{ /* DefaultGuiFont */
9, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, SHIFTJIS_CHARSET,
0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS,
{'M','S',' ','U','I',' ','G','o','t','h','i','c','\0'}
{'M','S',' ','S','h','e','l','l',' ','D','l','g','\0'}
},
},
{ GB2312_CHARSET,
@ -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,
{'S','i','m','S','u','n','\0'}
{'M','S',' ','S','h','e','l','l',' ','D','l','g','\0'}
},
},
{ HANGEUL_CHARSET,
@ -407,7 +407,7 @@ static const struct DefaultFontInfo default_fonts[] =
{ /* DefaultGuiFont */
9, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, CHINESEBIG5_CHARSET,
0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS,
{'P','M','i','n','g','L','i','U','\0'}
{'M','S',' ','S','h','e','l','l',' ','D','l','g','\0'}
},
},
{ JOHAB_CHARSET,