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
0a087291
Commit
0a087291
authored
Jun 16, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jun 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite: Add missing script tags.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
122cac56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
analyzer.c
dlls/dwrite/analyzer.c
+4
-4
No files found.
dlls/dwrite/analyzer.c
View file @
0a087291
...
@@ -194,10 +194,10 @@ static const struct dwritescript_properties dwritescripts_properties[Script_Last
...
@@ -194,10 +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'
)
}
},
{
/* 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'
)
}
},
{
/* 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'
)
}
},
{
/* 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
}
},
{
/* Elym */
{
0x6d796c45
,
128
,
1
,
0x0020
,
0
,
0
,
1
,
0
,
0
,
0
,
0
}
,
{
_OT
(
'e'
,
'l'
,
'y'
,
'm'
)
}
},
{
/* Hmnp */
{
0x706e6d48
,
451
,
8
,
0x0020
,
1
,
1
,
0
,
0
,
0
,
0
,
0
}
},
{
/* 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
}
},
{
/* 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
}
},
{
/* Wcho */
{
0x6f686357
,
283
,
8
,
0x0020
,
1
,
1
,
0
,
0
,
0
,
0
,
0
}
,
{
_OT
(
'w'
,
'c'
,
'h'
,
'o'
)
}
},
};
};
#undef _OT
#undef _OT
...
...
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