Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d1ca64b3
Commit
d1ca64b3
authored
Dec 11, 2008
by
ByeongSik Jeon
Committed by
Alexandre Julliard
Dec 11, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Unify Chinese and Japanese default font name.
parent
b8e8cb66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
freetype.c
dlls/gdi32/freetype.c
+1
-1
gdiobj.c
dlls/gdi32/gdiobj.c
+3
-3
No files found.
dlls/gdi32/freetype.c
View file @
d1ca64b3
...
...
@@ -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
}
},
...
...
dlls/gdi32/gdiobj.c
View file @
d1ca64b3
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment