summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-25 00:36:45 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-25 00:42:44 -0400
commite690d2402462325fec08fc03525259af9753c78f (patch)
treef0492b3a619a6321b1f3c09b445da8645f12c42a
parentc32b99a1fc5796c9362e7475d8b8abd76ceeac1e (diff)
downloadpango-e690d2402462325fec08fc03525259af9753c78f.tar.gz
layout: The show attribute affects shaping
-rw-r--r--pango/pango-layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index e7db7563..5db6f7e1 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -4022,6 +4022,7 @@ affects_break_or_shape (PangoAttribute *attr,
case PANGO_ATTR_ALLOW_BREAKS:
/* Affects shaping */
case PANGO_ATTR_FONT_FEATURES:
+ case PANGO_ATTR_SHOW:
return TRUE;
default:
return FALSE;