diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-22 12:17:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-22 12:17:32 -0400 |
commit | 9443166210eda81cff86c52c00c527d30aafe5e8 (patch) | |
tree | 8f5b2eeb76108f7353cb1eebe4e8a2ea45a01664 | |
parent | d0aac0c0c93f4e84e5ff9d4716bd362196af1bd2 (diff) | |
download | gtk+-css-text-transform.tar.gz |
Add an example for text transformscss-text-transform
Show some transformed text in the markup demo.
-rw-r--r-- | demos/gtk-demo/markup.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/gtk-demo/markup.txt b/demos/gtk-demo/markup.txt index 79b857f295..7abefc4c7a 100644 --- a/demos/gtk-demo/markup.txt +++ b/demos/gtk-demo/markup.txt @@ -18,3 +18,5 @@ Shortcuts: <tt>Monospace</tt> – <b>Bold</b> – <i>Italic</i> – <big>Big</bi <span allow_breaks="false">A</span> hyphenation algorithm is a set of rules, especially one codified for implementation in a computer program, that decides at which points a word can be broken over two lines with a hyphen. For example, a hyphenation algorithm might decide that impeachment can be broken as <span allow_breaks="false">impeach‧ment</span> or <span allow_breaks="false">im‧peachment</span> but not <span allow_breaks="false">impe‧achment.</span> <span insert_hyphens="false">one/two three/four five/six seven/eight nine/ten</span> + +Transforms: <span text_transform='uppercase'>straße</span> <span text_transform='capitalize'>up, up and away</span> |