From bf5e07101758040025d1bc3a592c9dcd982c0edc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 20 Aug 2021 17:16:52 -0400 Subject: markup: Add a text transform attribute Add a PangoTextTransform enum, a PangoAttribute to set it on runs of text, and support for parsing it out of markup. --- tests/testattributes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/testattributes.c b/tests/testattributes.c index aaf270f5..79caf7b8 100644 --- a/tests/testattributes.c +++ b/tests/testattributes.c @@ -69,6 +69,7 @@ test_attributes_basic (void) test_copy (pango_attr_allow_breaks_new (FALSE)); test_copy (pango_attr_show_new (PANGO_SHOW_SPACES)); test_copy (pango_attr_insert_hyphens_new (FALSE)); + test_copy (pango_attr_text_transform_new (PANGO_TEXT_TRANSFORM_UPPERCASE)); } static void -- cgit v1.2.1