[PATCH 4/5] dwrite: Enable lookups from non-global features too.

Nikolay Sivov nsivov at codeweavers.com
Tue Jun 2 03:48:52 CDT 2020


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/dwrite/opentype.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dlls/dwrite/opentype.c b/dlls/dwrite/opentype.c
index 629bc7f407b..64fba562024 100644
--- a/dlls/dwrite/opentype.c
+++ b/dlls/dwrite/opentype.c
@@ -4369,10 +4369,6 @@ static void opentype_layout_add_lookups(const struct ot_feature_list *feature_li
     if (feature->index == 0xffff)
         return;
 
-    /* FIXME: skip non-global ones for now. */
-    if (!(feature->flags & FEATURE_GLOBAL))
-        return;
-
     feature_offset = GET_BE_WORD(feature_list->features[feature->index].offset);
 
     lookup_count = table_read_be_word(&table->table, table->feature_list + feature_offset +
-- 
2.26.2




More information about the wine-devel mailing list