[pango/visible-things: 24/32] tests: The show attribute affects shaping



commit c32b99a1fc5796c9362e7475d8b8abd76ceeac1e
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jul 25 00:37:34 2019 -0400

    tests: The show attribute affects shaping

 tests/test-shape.c | 1 +
 1 file changed, 1 insertion(+)
---
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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]