[gtk/matthiasc/for-master] More markup demos
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master] More markup demos
- Date: Thu, 26 Aug 2021 05:57:59 +0000 (UTC)
commit 38040c96d62d49d7e4f279b19c93b18b05c2ed7e
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Aug 25 19:38:59 2021 -0400
More markup demos
Showing more of what Pango can do.
demos/gtk-demo/markup.txt | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/demos/gtk-demo/markup.txt b/demos/gtk-demo/markup.txt
index 1b39ebab43..96399b9d81 100644
--- a/demos/gtk-demo/markup.txt
+++ b/demos/gtk-demo/markup.txt
@@ -1,6 +1,10 @@
Text sizes: <span size="xx-small">tiny </span><span size="x-small">very small </span><span
size="small">small </span><span size="medium">normal </span><span size="large">large </span><span
size="x-large">very large </span><span size="xx-large">huge</span>
+Text styles: <span style="normal">Normal</span> <span style="italic">Italic</span> <span
style="oblique">Olique</span>
+
+Text weights: <span weight="thin">thin</span> <span weight="light">light</span> <span
weight="normal">normal</span> <span weight="bold">bold</span> <span weight="ultraheavy">ultraheavy</span>
+
Text <span color="gray">c<span color="green">o</span>l<span color="tomato">o</span>rs</span> and <span
background="pink">backgrounds</span>
Colorful <span underline="low" underline-color="blue"><span underline="double"
underline-color="red">under</span>lines</span> and <span background="pink"><span
underline="error">mo</span><span underline="error" underline-color="green">re</span></span>
@@ -15,7 +19,7 @@ OpenType font features: <span font_desc="sans regular" font_features="dlig=0">fe
Shortcuts: <tt>Monospace</tt> – <b>Bold</b> – <i>Italic</i> – <big>Big</big> – <small>Small</small> –
<u>Underlined</u> – <s>Strikethrough</s> – Super<sup>script</sup> – Sub<sub>script</sub>
-<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>
+hyphenation algorithm is a <span allow_breaks="false" style="italic">set of rules</span>, 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 impeach‧ment or im‧peachment but not impe‧achment.
<span insert_hyphens="false">one/two three/four five/six seven/eight nine/ten</span>
@@ -23,3 +27,4 @@ Shortcuts: <tt>Monospace</tt> – <b>Bold</b> – <i>Italic</i> – <big>Big</bi
Note that the line height affects the spacing between paragraphs as well as between the wrapped lines inside
a paragraph.</span>
Transforms: <span text_transform='uppercase'>straße</span> <span text_transform='capitalize'>up, up and
away</span>
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]