Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
0e4f8d1e
Commit
0e4f8d1e
authored
Dec 20, 2007
by
Zhangrong Huang
Committed by
Alexandre Julliard
Dec 21, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32, winex11.drv: Correct default Chinese font name.
parent
998426e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gdiobj.c
dlls/gdi32/gdiobj.c
+3
-3
xfont.c
dlls/winex11.drv/xfont.c
+2
-2
No files found.
dlls/gdi32/gdiobj.c
View file @
0e4f8d1e
...
...
@@ -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
,
...
...
dlls/winex11.drv/xfont.c
View file @
0e4f8d1e
...
...
@@ -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
},
...
...
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