diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-20 17:16:52 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-20 23:15:03 -0400 |
commit | bf5e07101758040025d1bc3a592c9dcd982c0edc (patch) | |
tree | 1de53fefc67d4de6bb786d68387b9e6a906c6ee9 /tests | |
parent | 5efdd7e05c3b30db0760625de2fd3b4e0e9e4b9f (diff) | |
download | pango-bf5e07101758040025d1bc3a592c9dcd982c0edc.tar.gz |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testattributes.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |