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
b558c87c
Commit
b558c87c
authored
Nov 03, 2022
by
Ziqing Hui
Committed by
Alexandre Julliard
Nov 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32/uniscribe: Add fallback font for Kana and CJK script.
This fixes Chinese and Japanese text display issue for Sins of a Solar Empire: Rebellion.
parent
6f8c5195
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
usp10.c
dlls/gdi32/uniscribe/usp10.c
+2
-2
No files found.
dlls/gdi32/uniscribe/usp10.c
View file @
b558c87c
...
...
@@ -465,7 +465,7 @@ const scriptData scriptInformation[] = {
MS_MAKE_TAG
(
'k'
,
'h'
,
'm'
,
'r'
),
L"DaunPenh"
},
{{
Script_CJK_Han
,
0
,
0
,
0
,
0
,
0
,
0
,
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
}},
{
LANG_ENGLISH
,
0
,
0
,
0
,
0
,
ANSI_CHARSET
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
},
MS_MAKE_TAG
(
'h'
,
'a'
,
'n'
,
'i'
),
L""
},
MS_MAKE_TAG
(
'h'
,
'a'
,
'n'
,
'i'
),
L"
SimSun
"
},
{{
Script_Ideograph
,
0
,
0
,
0
,
0
,
0
,
0
,
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
}},
{
LANG_ENGLISH
,
0
,
0
,
0
,
0
,
ANSI_CHARSET
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
},
MS_MAKE_TAG
(
'h'
,
'a'
,
'n'
,
'i'
),
L""
},
...
...
@@ -474,7 +474,7 @@ const scriptData scriptInformation[] = {
MS_MAKE_TAG
(
'b'
,
'o'
,
'p'
,
'o'
),
L""
},
{{
Script_Kana
,
0
,
0
,
0
,
0
,
0
,
0
,
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
}},
{
LANG_ENGLISH
,
0
,
0
,
0
,
0
,
ANSI_CHARSET
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
},
MS_MAKE_TAG
(
'k'
,
'a'
,
'n'
,
'a'
),
L""
},
MS_MAKE_TAG
(
'k'
,
'a'
,
'n'
,
'a'
),
L"
SimSun
"
},
{{
Script_Hangul
,
0
,
0
,
0
,
0
,
0
,
0
,
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
}},
{
LANG_KOREAN
,
0
,
1
,
0
,
1
,
DEFAULT_CHARSET
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
},
MS_MAKE_TAG
(
'h'
,
'a'
,
'n'
,
'g'
),
L""
},
...
...
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