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
a1648ac5
Commit
a1648ac5
authored
Jan 08, 2013
by
Aric Stewart
Committed by
Alexandre Julliard
Jan 08, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
usp10: Add GSUB ccmp feature to Hebrew.
parent
9dd91d31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
shape.c
dlls/usp10/shape.c
+3
-2
No files found.
dlls/usp10/shape.c
View file @
a1648ac5
...
...
@@ -182,6 +182,7 @@ static OPENTYPE_FEATURE_RECORD arabic_gpos_features[] =
static
OPENTYPE_FEATURE_RECORD
hebrew_features
[]
=
{
{
MS_MAKE_TAG
(
'c'
,
'c'
,
'm'
,
'p'
),
1
},
{
MS_MAKE_TAG
(
'd'
,
'l'
,
'i'
,
'g'
),
0
},
};
...
...
@@ -457,7 +458,7 @@ static const ScriptShapeData ShapingData[] =
{{
latin_features
,
2
},
{
latin_gpos_features
,
3
},
NULL
,
0
,
NULL
,
NULL
},
{{
arabic_features
,
6
},
{
arabic_gpos_features
,
4
},
required_arabic_features
,
0
,
ContextualShape_Arabic
,
ShapeCharGlyphProp_Arabic
},
{{
arabic_features
,
6
},
{
arabic_gpos_features
,
4
},
required_arabic_features
,
0
,
ContextualShape_Arabic
,
ShapeCharGlyphProp_Arabic
},
{{
hebrew_features
,
1
},
{
hebrew_gpos_features
,
2
},
NULL
,
0
,
ContextualShape_Hebrew
,
ShapeCharGlyphProp_Hebrew
},
{{
hebrew_features
,
2
},
{
hebrew_gpos_features
,
2
},
NULL
,
0
,
ContextualShape_Hebrew
,
ShapeCharGlyphProp_Hebrew
},
{{
syriac_features
,
4
},
{
syriac_gpos_features
,
3
},
required_syriac_features
,
0
,
ContextualShape_Syriac
,
ShapeCharGlyphProp_None
},
{{
arabic_features
,
6
},
{
arabic_gpos_features
,
4
},
required_arabic_features
,
0
,
ContextualShape_Arabic
,
ShapeCharGlyphProp_Arabic
},
{{
NULL
,
0
},
{
NULL
,
0
},
NULL
,
0
,
ContextualShape_Thaana
,
ShapeCharGlyphProp_None
},
...
...
@@ -528,7 +529,7 @@ static const ScriptShapeData ShapingData[] =
{{
NULL
,
0
},
{
NULL
,
0
},
NULL
,
0
,
NULL
,
NULL
},
{{
NULL
,
0
},
{
NULL
,
0
},
NULL
,
0
,
NULL
,
NULL
},
{{
NULL
,
0
},
{
NULL
,
0
},
NULL
,
0
,
NULL
,
NULL
},
{{
hebrew_features
,
1
},
{
hebrew_gpos_features
,
2
},
NULL
,
0
,
ContextualShape_Hebrew
,
NULL
},
{{
hebrew_features
,
2
},
{
hebrew_gpos_features
,
2
},
NULL
,
0
,
ContextualShape_Hebrew
,
NULL
},
{{
latin_features
,
2
},
{
latin_gpos_features
,
3
},
NULL
,
0
,
NULL
,
NULL
},
{{
thai_features
,
1
},
{
thai_gpos_features
,
3
},
NULL
,
0
,
ContextualShape_Thai
,
ShapeCharGlyphProp_Thai
},
};
...
...
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