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
75a34d94
Commit
75a34d94
authored
Jun 01, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jun 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite: Add properties for recently added scripts.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d5cca527
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
analyzer.c
dlls/dwrite/analyzer.c
+4
-0
scripts.h
dlls/dwrite/scripts.h
+5
-1
make_unicode
tools/make_unicode
+5
-0
No files found.
dlls/dwrite/analyzer.c
View file @
75a34d94
...
...
@@ -194,6 +194,10 @@ static const struct dwritescript_properties dwritescripts_properties[Script_Last
{
/* Medf */
{
0x6664654d
,
265
,
8
,
0x0020
,
0
,
1
,
1
,
0
,
0
,
0
,
0
},
{
_OT
(
'm'
,
'e'
,
'd'
,
'f'
)
}
},
{
/* Sogo */
{
0x6f676f53
,
142
,
8
,
0x0020
,
1
,
1
,
1
,
0
,
0
,
0
,
0
},
{
_OT
(
's'
,
'o'
,
'g'
,
'o'
)
}
},
{
/* Sogd */
{
0x64676f53
,
141
,
8
,
0x0020
,
1
,
1
,
0
,
0
,
0
,
1
,
1
},
{
_OT
(
's'
,
'o'
,
'g'
,
'd'
)
}
},
{
/* Elym */
{
0x6d796c45
,
128
,
1
,
0x0020
,
0
,
0
,
1
,
0
,
0
,
0
,
0
}
},
{
/* Hmnp */
{
0x706e6d48
,
451
,
8
,
0x0020
,
1
,
1
,
0
,
0
,
0
,
0
,
0
}
},
{
/* Nand */
{
0x646e614e
,
311
,
8
,
0x0020
,
1
,
1
,
0
,
0
,
0
,
1
,
0
}
},
{
/* Wcho */
{
0x6f686357
,
283
,
8
,
0x0020
,
1
,
1
,
0
,
0
,
0
,
0
,
0
}
},
};
#undef _OT
...
...
dlls/dwrite/scripts.h
View file @
75a34d94
...
...
@@ -152,5 +152,9 @@ enum unicode_script_id {
Script_Medefaidrin
=
146
,
Script_Old_Sogdian
=
147
,
Script_Sogdian
=
148
,
Script_LastId
=
148
Script_Elymaic
=
149
,
Script_Nyiakeng_Puachue_Hmong
=
150
,
Script_Nandinagari
=
151
,
Script_Wancho
=
152
,
Script_LastId
=
152
};
tools/make_unicode
View file @
75a34d94
...
...
@@ -1440,6 +1440,11 @@ my %scripts =
"Medefaidrin"
=>
146
,
"Old_Sogdian"
=>
147
,
"Sogdian"
=>
148
,
# Win10 2004
"Elymaic"
=>
149
,
"Nyiakeng_Puachue_Hmong"
=>
150
,
"Nandinagari"
=>
151
,
"Wancho"
=>
152
,
);
################################################################
...
...
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