[PATCH v2] dwrite: Set ret on unimplemented lookup in opentype_layout_apply_gsub_lookup.
11 May
2020
11 May
'20
1:43 p.m.
Signed-off-by: Gijs Vermeulen <gijsvrm(a)gmail.com> --- dlls/dwrite/opentype.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/dwrite/opentype.c b/dlls/dwrite/opentype.c index 0feb2feadc..f22cd7469b 100644 --- a/dlls/dwrite/opentype.c +++ b/dlls/dwrite/opentype.c @@ -4478,6 +4478,7 @@ static void opentype_layout_apply_gsub_lookup(struct scriptshaping_context *cont case GSUB_LOOKUP_LIGATURE_SUBST: case GSUB_LOOKUP_CONTEXTUAL_SUBST: case GSUB_LOOKUP_REVERSE_CHAINING_CONTEXTUAL_SUBST: + ret = FALSE; WARN("Unimplemented lookup %d.\n", lookup_type); break; default: -- 2.26.2
2049
Age (days ago)
2049
Last active (days ago)
1 comments
2 participants
participants (2)
-
Gijs Vermeulen -
Nikolay Sivov