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
992e0a60
Commit
992e0a60
authored
Oct 18, 2021
by
Nikolay Sivov
Committed by
Alexandre Julliard
Oct 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite: Add properties for new Unicode 13 scripts.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
725655de
Hide 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 @
992e0a60
...
...
@@ -198,6 +198,10 @@ static const struct dwritescript_properties dwritescripts_properties[Script_Last
{
/* Hmnp */
{
0x706e6d48
,
451
,
8
,
0x0020
,
1
,
1
,
0
,
0
,
0
,
0
,
0
},
{
_OT
(
'h'
,
'm'
,
'n'
,
'p'
)
}
},
{
/* Nand */
{
0x646e614e
,
311
,
8
,
0x0020
,
1
,
1
,
0
,
0
,
0
,
1
,
0
},
{
_OT
(
'n'
,
'a'
,
'n'
,
'd'
)
}
},
{
/* Wcho */
{
0x6f686357
,
283
,
8
,
0x0020
,
1
,
1
,
0
,
0
,
0
,
0
,
0
},
{
_OT
(
'w'
,
'c'
,
'h'
,
'o'
)
}
},
{
/* Chrs */
{
0x73726843
,
109
,
8
,
0x0020
,
0
,
1
,
0
,
0
,
0
,
1
,
1
},
{
_OT
(
'c'
,
'h'
,
'r'
,
's'
)
}
},
{
/* Diak */
{
0x6b616944
,
342
,
8
,
0x0020
,
1
,
1
,
0
,
0
,
0
,
0
,
0
},
{
_OT
(
'd'
,
'i'
,
'a'
,
'k'
)
}
},
{
/* Kits */
{
0x7374694b
,
288
,
8
,
0x0020
,
1
,
0
,
1
,
1
,
0
,
0
,
0
},
{
_OT
(
'k'
,
'i'
,
't'
,
's'
)
}
},
{
/* Yezi */
{
0x697a6559
,
192
,
8
,
0x0020
,
0
,
1
,
1
,
0
,
0
,
0
,
0
},
{
_OT
(
'y'
,
'e'
,
'z'
,
'i'
)
}
},
};
#undef _OT
...
...
dlls/dwrite/scripts.h
View file @
992e0a60
...
...
@@ -156,5 +156,9 @@ enum unicode_script_id {
Script_Nyiakeng_Puachue_Hmong
=
150
,
Script_Nandinagari
=
151
,
Script_Wancho
=
152
,
Script_LastId
=
152
Script_Chorasmian
=
153
,
Script_Dives_Akuru
=
154
,
Script_Khitan_Small_Script
=
155
,
Script_Yezidi
=
156
,
Script_LastId
=
156
};
tools/make_unicode
View file @
992e0a60
...
...
@@ -1512,6 +1512,11 @@ my %scripts =
"Nyiakeng_Puachue_Hmong"
=>
150
,
"Nandinagari"
=>
151
,
"Wancho"
=>
152
,
# Win11
"Chorasmian"
=>
153
,
"Dives_Akuru"
=>
154
,
"Khitan_Small_Script"
=>
155
,
"Yezidi"
=>
156
,
);
################################################################
...
...
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