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
3c0836bf
Commit
3c0836bf
authored
Jan 22, 2021
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jan 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite: Mark features that were not found.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f064acbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
dwrite_private.h
dlls/dwrite/dwrite_private.h
+1
-0
opentype.c
dlls/dwrite/opentype.c
+2
-0
No files found.
dlls/dwrite/dwrite_private.h
View file @
3c0836bf
...
...
@@ -544,6 +544,7 @@ enum shaping_feature_flags
FEATURE_MANUAL_ZWJ
=
0x8
,
FEATURE_MANUAL_JOINERS
=
FEATURE_MANUAL_ZWNJ
|
FEATURE_MANUAL_ZWJ
,
FEATURE_HAS_FALLBACK
=
0x10
,
FEATURE_NEEDS_FALLBACK
=
0x20
,
};
struct
shaping_feature
...
...
dlls/dwrite/opentype.c
View file @
3c0836bf
...
...
@@ -4568,6 +4568,8 @@ static void opentype_layout_collect_lookups(struct scriptshaping_context *contex
next_bit
+=
bits_needed
;
context
->
global_mask
|=
(
feature
->
default_value
<<
feature
->
shift
)
&
feature
->
mask
;
}
if
(
!
found
)
feature
->
flags
|=
FEATURE_NEEDS_FALLBACK
;
}
for
(
stage
=
0
;
stage
<=
features
->
stage
;
++
stage
)
...
...
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