[pango/layout-docs: 6/7] docs: Add some more images
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/layout-docs: 6/7] docs: Add some more images
- Date: Sun, 8 Aug 2021 21:50:44 +0000 (UTC)
commit aaa473091d6c837b52f54d21e1ca3a884e42889a
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Aug 8 17:49:27 2021 -0400
docs: Add some more images
Add a visual example of bidi reordering.
docs/bidi-annotate-dark.png | Bin 0 -> 13582 bytes
docs/bidi-annotate-light.png | Bin 0 -> 13040 bytes
docs/bidi-annotate.png | Bin 0 -> 6839 bytes
docs/bidi-input-dark.png | Bin 0 -> 9122 bytes
docs/bidi-input-light.png | Bin 0 -> 8948 bytes
docs/bidi-input.png | Bin 0 -> 3030 bytes
docs/meson.build | 4 ++++
docs/pango.toml.in | 4 ++++
docs/pango_bidi.md | 14 ++++++++++++++
9 files changed, 22 insertions(+)
---
diff --git a/docs/bidi-annotate-dark.png b/docs/bidi-annotate-dark.png
new file mode 100644
index 00000000..d462f7f4
Binary files /dev/null and b/docs/bidi-annotate-dark.png differ
diff --git a/docs/bidi-annotate-light.png b/docs/bidi-annotate-light.png
new file mode 100644
index 00000000..9e23f273
Binary files /dev/null and b/docs/bidi-annotate-light.png differ
diff --git a/docs/bidi-annotate.png b/docs/bidi-annotate.png
new file mode 100644
index 00000000..79756f7b
Binary files /dev/null and b/docs/bidi-annotate.png differ
diff --git a/docs/bidi-input-dark.png b/docs/bidi-input-dark.png
new file mode 100644
index 00000000..586d64ce
Binary files /dev/null and b/docs/bidi-input-dark.png differ
diff --git a/docs/bidi-input-light.png b/docs/bidi-input-light.png
new file mode 100644
index 00000000..932b1d32
Binary files /dev/null and b/docs/bidi-input-light.png differ
diff --git a/docs/bidi-input.png b/docs/bidi-input.png
new file mode 100644
index 00000000..fc1892ec
Binary files /dev/null and b/docs/bidi-input.png differ
diff --git a/docs/meson.build b/docs/meson.build
index a29f6578..21230ddd 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -26,6 +26,10 @@ pango_content_files = [
'm-west.png',
'm-north.png',
'm-east.png',
+ 'bidi-input-light.png',
+ 'bidi-input-dark.png',
+ 'bidi-annotate-light.png',
+ 'bidi-annotate-dark.png',
]
doc_conf = configuration_data()
diff --git a/docs/pango.toml.in b/docs/pango.toml.in
index 4c51b9aa..95143360 100644
--- a/docs/pango.toml.in
+++ b/docs/pango.toml.in
@@ -85,4 +85,8 @@ content_images = [
"m-west.png",
"m-north.png",
"m-east.png",
+ "bidi-input-light.png",
+ "bidi-input-dark.png",
+ "bidi-annotate-light.png",
+ "bidi-annotate-dark.png",
]
diff --git a/docs/pango_bidi.md b/docs/pango_bidi.md
index 5d418422..996e9781 100644
--- a/docs/pango_bidi.md
+++ b/docs/pango_bidi.md
@@ -14,6 +14,20 @@ control over bidirectional setting of text, Pango provides APIs such as
[func@unichar_direction], [func@find_base_dir], [func@get_mirror_char]
or [func@Pango.BidiType.for_unichar].
+Here is an example for mixed-direction text (shown in logical order):
+
+<picture>
+ <source srcset="bidi-input-dark.png" media="(prefers-color-scheme: dark)">
+ <img alt="mixed-direction text, logical order" src="bidi-input-light.png">
+</picture>
+
+Pango reorders the text according to the direction of the runs:
+
+<picture>
+ <source srcset="bidi-annotate-dark.png" media="(prefers-color-scheme: dark)">
+ <img alt="mixed-direction text, visual order" src="bidi-annotate-light.png">
+</picture>
+
# Vertical Text
Pango is not only capable of vertical text layout, it can handle mixed vertical
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]