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
711dd9b1
Commit
711dd9b1
authored
Dec 01, 2011
by
Aric Stewart
Committed by
Alexandre Julliard
Dec 01, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
usp10: Standard features are only ccmp and locl.
parent
5ed8160e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
shape.c
dlls/usp10/shape.c
+11
-5
No files found.
dlls/usp10/shape.c
View file @
711dd9b1
...
...
@@ -340,6 +340,12 @@ static const char* contextual_features[] =
static
OPENTYPE_FEATURE_RECORD
standard_features
[]
=
{
{
MS_MAKE_TAG
(
'c'
,
'c'
,
'm'
,
'p'
),
1
},
{
MS_MAKE_TAG
(
'l'
,
'o'
,
'c'
,
'l'
),
1
},
};
static
OPENTYPE_FEATURE_RECORD
latin_features
[]
=
{
{
MS_MAKE_TAG
(
'l'
,
'i'
,
'g'
,
'a'
),
1
},
{
MS_MAKE_TAG
(
'c'
,
'l'
,
'i'
,
'g'
),
1
},
};
...
...
@@ -539,11 +545,11 @@ typedef struct ScriptShapeDataTag {
static
const
ScriptShapeData
ShapingData
[]
=
{
{{
standard_features
,
2
},
NULL
,
""
,
""
,
NULL
,
NULL
},
{{
standard
_features
,
2
},
NULL
,
"latn"
,
""
,
NULL
,
NULL
},
{{
standard
_features
,
2
},
NULL
,
"latn"
,
""
,
NULL
,
NULL
},
{{
standard
_features
,
2
},
NULL
,
"latn"
,
""
,
NULL
,
NULL
},
{{
latin
_features
,
2
},
NULL
,
"latn"
,
""
,
NULL
,
NULL
},
{{
latin
_features
,
2
},
NULL
,
"latn"
,
""
,
NULL
,
NULL
},
{{
latin
_features
,
2
},
NULL
,
"latn"
,
""
,
NULL
,
NULL
},
{{
standard_features
,
2
},
NULL
,
""
,
""
,
NULL
,
NULL
},
{{
standard
_features
,
2
},
NULL
,
"latn"
,
""
,
NULL
,
NULL
},
{{
latin
_features
,
2
},
NULL
,
"latn"
,
""
,
NULL
,
NULL
},
{{
arabic_features
,
6
},
required_arabic_features
,
"arab"
,
""
,
ContextualShape_Arabic
,
ShapeCharGlyphProp_Arabic
},
{{
arabic_features
,
6
},
required_arabic_features
,
"arab"
,
""
,
ContextualShape_Arabic
,
ShapeCharGlyphProp_Arabic
},
{{
hebrew_features
,
1
},
NULL
,
"hebr"
,
""
,
NULL
,
NULL
},
...
...
@@ -583,7 +589,7 @@ static const ScriptShapeData ShapingData[] =
{{
devanagari_features
,
6
},
required_telugu_features
,
"mlym"
,
"mlm2"
,
ContextualShape_Malayalam
,
ShapeCharGlyphProp_Malayalam
},
{{
devanagari_features
,
6
},
required_telugu_features
,
"mlym"
,
"mlm2"
,
ContextualShape_Malayalam
,
ShapeCharGlyphProp_Malayalam
},
{{
standard_features
,
2
},
NULL
,
""
,
""
,
NULL
,
NULL
},
{{
standard
_features
,
2
},
NULL
,
"latn"
,
""
,
NULL
,
NULL
},
{{
latin
_features
,
2
},
NULL
,
"latn"
,
""
,
NULL
,
NULL
},
{{
standard_features
,
2
},
NULL
,
""
,
""
,
NULL
,
NULL
},
};
...
...
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