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
2587f702
Commit
2587f702
authored
May 18, 2011
by
Aric Stewart
Committed by
Alexandre Julliard
May 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
usp10: Make use of MS_MAKE_TAG instead of numeric constants.
parent
218d970b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
shape.c
dlls/usp10/shape.c
+23
-23
No files found.
dlls/usp10/shape.c
View file @
2587f702
...
...
@@ -253,18 +253,18 @@ static const char* contextual_features[] =
static
OPENTYPE_FEATURE_RECORD
standard_features
[]
=
{
{
0x6167696c
/*liga*/
,
1
},
{
0x67696c63
/*clig*/
,
1
},
{
MS_MAKE_TAG
(
'l'
,
'i'
,
'g'
,
'a'
)
,
1
},
{
MS_MAKE_TAG
(
'c'
,
'l'
,
'i'
,
'g'
)
,
1
},
};
static
OPENTYPE_FEATURE_RECORD
arabic_features
[]
=
{
{
0x67696c72
/*rlig*/
,
1
},
{
0x746c6163
/*calt*/
,
1
},
{
0x6167696c
/*liga*/
,
1
},
{
0x67696c64
/*dlig*/
,
1
},
{
0x68777363
/*cswh*/
,
1
},
{
0x7465736d
/*mset*/
,
1
},
{
MS_MAKE_TAG
(
'r'
,
'l'
,
'i'
,
'g'
)
,
1
},
{
MS_MAKE_TAG
(
'c'
,
'a'
,
'l'
,
't'
)
,
1
},
{
MS_MAKE_TAG
(
'l'
,
'i'
,
'g'
,
'a'
)
,
1
},
{
MS_MAKE_TAG
(
'd'
,
'l'
,
'i'
,
'g'
)
,
1
},
{
MS_MAKE_TAG
(
'c'
,
's'
,
'w'
,
'h'
)
,
1
},
{
MS_MAKE_TAG
(
'm'
,
's'
,
'e'
,
't'
)
,
1
},
};
static
const
char
*
required_arabic_features
[]
=
...
...
@@ -278,15 +278,15 @@ static const char* required_arabic_features[] =
static
OPENTYPE_FEATURE_RECORD
hebrew_features
[]
=
{
{
0x67696c64
/*dlig*/
,
1
},
{
MS_MAKE_TAG
(
'd'
,
'l'
,
'i'
,
'g'
)
,
1
},
};
static
OPENTYPE_FEATURE_RECORD
syriac_features
[]
=
{
{
0x67696c72
/*rlig*/
,
1
},
{
0x746c6163
/*calt*/
,
1
},
{
0x6167696c
/*liga*/
,
1
},
{
0x67696c64
/*dlig*/
,
1
},
{
MS_MAKE_TAG
(
'r'
,
'l'
,
'i'
,
'g'
)
,
1
},
{
MS_MAKE_TAG
(
'c'
,
'a'
,
'l'
,
't'
)
,
1
},
{
MS_MAKE_TAG
(
'l'
,
'i'
,
'g'
,
'a'
)
,
1
},
{
MS_MAKE_TAG
(
'd'
,
'l'
,
'i'
,
'g'
)
,
1
},
};
static
const
char
*
required_syriac_features
[]
=
...
...
@@ -304,25 +304,25 @@ static const char* required_syriac_features[] =
static
OPENTYPE_FEATURE_RECORD
sinhala_features
[]
=
{
/* Base forms */
{
0x6e686b61
/*akhn*/
,
1
},
{
0x66687072
/*rphf*/
,
1
},
{
0x75746176
/*vatu*/
,
1
},
{
0x66747370
/*pstf*/
,
1
},
{
MS_MAKE_TAG
(
'a'
,
'k'
,
'h'
,
'n'
)
,
1
},
{
MS_MAKE_TAG
(
'r'
,
'p'
,
'h'
,
'f'
)
,
1
},
{
MS_MAKE_TAG
(
'v'
,
'a'
,
't'
,
'u'
)
,
1
},
{
MS_MAKE_TAG
(
'p'
,
's'
,
't'
,
'f'
)
,
1
},
/* Presentation forms */
{
0x73776c62
/*blws*/
,
1
},
{
0x73766261
/*abvs*/
,
1
},
{
0x73747370
/*psts*/
,
1
},
{
MS_MAKE_TAG
(
'b'
,
'l'
,
'w'
,
's'
)
,
1
},
{
MS_MAKE_TAG
(
'a'
,
'b'
,
'v'
,
's'
)
,
1
},
{
MS_MAKE_TAG
(
'p'
,
's'
,
't'
,
's'
)
,
1
},
};
static
OPENTYPE_FEATURE_RECORD
tibetan_features
[]
=
{
{
0x73766261
/*abvs*/
,
1
},
{
0x73776c62
/*blws*/
,
1
},
{
MS_MAKE_TAG
(
'a'
,
'b'
,
'v'
,
's'
)
,
1
},
{
MS_MAKE_TAG
(
'b'
,
'l'
,
'w'
,
's'
)
,
1
},
};
static
OPENTYPE_FEATURE_RECORD
thai_features
[]
=
{
{
0x706d6363
/*ccmp*/
,
1
},
{
MS_MAKE_TAG
(
'c'
,
'c'
,
'm'
,
'p'
)
,
1
},
};
static
const
char
*
required_lao_features
[]
=
...
...
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