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
ceca7169
Commit
ceca7169
authored
Dec 02, 2011
by
Aric Stewart
Committed by
Alexandre Julliard
Dec 02, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
usp10: Phags-Pa wants the calt feature enabled.
parent
e332ebb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
shape.c
dlls/usp10/shape.c
+8
-1
No files found.
dlls/usp10/shape.c
View file @
ceca7169
...
...
@@ -408,6 +408,13 @@ static OPENTYPE_FEATURE_RECORD tibetan_features[] =
{
MS_MAKE_TAG
(
'b'
,
'l'
,
'w'
,
's'
),
1
},
};
static
OPENTYPE_FEATURE_RECORD
phags_features
[]
=
{
{
MS_MAKE_TAG
(
'a'
,
'b'
,
'v'
,
's'
),
1
},
{
MS_MAKE_TAG
(
'b'
,
'l'
,
'w'
,
's'
),
1
},
{
MS_MAKE_TAG
(
'c'
,
'a'
,
'l'
,
't'
),
1
},
};
static
OPENTYPE_FEATURE_RECORD
thai_features
[]
=
{
{
MS_MAKE_TAG
(
'c'
,
'c'
,
'm'
,
'p'
),
1
},
...
...
@@ -563,7 +570,7 @@ static const ScriptShapeData ShapingData[] =
{{
sinhala_features
,
3
},
NULL
,
"sinh"
,
""
,
ContextualShape_Sinhala
,
ShapeCharGlyphProp_Sinhala
},
{{
tibetan_features
,
2
},
NULL
,
"tibt"
,
""
,
NULL
,
ShapeCharGlyphProp_Tibet
},
{{
tibetan_features
,
2
},
NULL
,
"tibt"
,
""
,
NULL
,
ShapeCharGlyphProp_Tibet
},
{{
tibetan_features
,
2
},
NULL
,
"phag"
,
""
,
ContextualShape_Phags_pa
,
ShapeCharGlyphProp_Thai
},
{{
phags_features
,
3
},
NULL
,
"phag"
,
""
,
ContextualShape_Phags_pa
,
ShapeCharGlyphProp_Thai
},
{{
thai_features
,
1
},
NULL
,
"thai"
,
""
,
NULL
,
ShapeCharGlyphProp_Thai
},
{{
thai_features
,
1
},
NULL
,
"thai"
,
""
,
NULL
,
ShapeCharGlyphProp_Thai
},
{{
thai_features
,
1
},
required_lao_features
,
"lao"
,
""
,
NULL
,
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