summaryrefslogtreecommitdiff
path: root/docs/pango_bidi.md
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-25 15:43:56 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-05-25 15:43:56 +0000
commita5e326554bc9a762d89b4dfc21628f8ec2374b2b (patch)
treea95453cc0cd541373a4acb30d876273d6b1411c1 /docs/pango_bidi.md
parent3dab00ded913500cf5953d33dca469ba4fb0ac81 (diff)
parentc61ad157a7685cd9d7fcbc79d8b9d397360ad16e (diff)
downloadpango-a5e326554bc9a762d89b4dfc21628f8ec2374b2b.tar.gz
Merge branch 'docs-link-fixes' into 'master'
docs: Link syntax fixes See merge request GNOME/pango!339
Diffstat (limited to 'docs/pango_bidi.md')
-rw-r--r--docs/pango_bidi.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pango_bidi.md b/docs/pango_bidi.md
index 27005caa..0e8612d1 100644
--- a/docs/pango_bidi.md
+++ b/docs/pango_bidi.md
@@ -12,7 +12,7 @@ to instruct Pango about direction of text, though in most cases Pango detects
that correctly and automatically. For application that need more direct
control over bidirectional setting of text, Pango provides APIs such as
[func@unichar_direction], [func@find_base_dir], [func@get_mirror_char]
-or [type_func@Pango.BidiType.for_unichar].
+or [func@Pango.BidiType.for_unichar].
# Vertical Text
@@ -43,7 +43,7 @@ of the context can be accessed using [method@Pango.Context.get_base_gravity] and
*resolved* gravity of it using [method@Pango.Context.get_gravity]. The resolved
gravity is the same as the base gravity for the most part, except that if the base
gravity is set to `PANGO_GRAVITY_AUTO`, the resolved gravity will depend on the
-current matrix set on context, and is derived using [type_func@Pango.Gravity.get_for_matrix].
+current matrix set on context, and is derived using [func@Pango.Gravity.get_for_matrix].
The next thing an application may want to set on the context is the *gravity hint*.
A [enum@Pango.GravityHint] instructs how different scripts should react to the set