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
ef98d143
Commit
ef98d143
authored
Dec 29, 2011
by
Aric Stewart
Committed by
Alexandre Julliard
Dec 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
usp10: Remove redundant information by making scriptData accessible and removing otTag.
parent
419d3d71
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
shape.c
dlls/usp10/shape.c
+0
-0
usp10.c
dlls/usp10/usp10.c
+1
-9
usp10_internal.h
dlls/usp10/usp10_internal.h
+8
-0
No files found.
dlls/usp10/shape.c
View file @
ef98d143
This diff is collapsed.
Click to expand it.
dlls/usp10/usp10.c
View file @
ef98d143
...
...
@@ -298,16 +298,8 @@ static const scriptRange scriptRanges[] = {
{
SCRIPT_UNDEFINED
,
0
,
0
,
0
}
};
typedef
struct
_scriptData
{
SCRIPT_ANALYSIS
a
;
SCRIPT_PROPERTIES
props
;
OPENTYPE_TAG
scriptTag
;
WCHAR
fallbackFont
[
LF_FACESIZE
];
}
scriptData
;
/* the must be in order so that the index matches the Script value */
static
const
scriptData
scriptInformation
[]
=
{
const
scriptData
scriptInformation
[]
=
{
{{
SCRIPT_UNDEFINED
,
0
,
0
,
0
,
0
,
0
,
0
,
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
}},
{
LANG_NEUTRAL
,
0
,
0
,
0
,
0
,
ANSI_CHARSET
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
},
0x00000000
,
...
...
dlls/usp10/usp10_internal.h
View file @
ef98d143
...
...
@@ -155,6 +155,14 @@ typedef struct {
OPENTYPE_TAG
userLang
;
}
ScriptCache
;
typedef
struct
_scriptData
{
SCRIPT_ANALYSIS
a
;
SCRIPT_PROPERTIES
props
;
OPENTYPE_TAG
scriptTag
;
WCHAR
fallbackFont
[
LF_FACESIZE
];
}
scriptData
;
typedef
struct
{
INT
start
;
INT
base
;
...
...
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