diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-25 00:37:34 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-25 00:42:38 -0400 |
commit | c32b99a1fc5796c9362e7475d8b8abd76ceeac1e (patch) | |
tree | 696ad680e8cba8ea1e4bb309d417801a175ca89f /tests/test-shape.c | |
parent | 01a97d5a992ba65cd914d94d66f35dd5be2ea29b (diff) | |
download | pango-c32b99a1fc5796c9362e7475d8b8abd76ceeac1e.tar.gz |
tests: The show attribute affects shaping
Diffstat (limited to 'tests/test-shape.c')
-rw-r--r-- | tests/test-shape.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-shape.c b/tests/test-shape.c index 898c4a84..8c84ab0a 100644 --- a/tests/test-shape.c +++ b/tests/test-shape.c @@ -113,6 +113,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; |