summaryrefslogtreecommitdiff
path: root/pango/pango-layout.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-08 16:54:58 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-08 16:54:58 +0000
commitb312191e48c2ea8f0894c4077af69f1aff6c195c (patch)
tree45ec615937865495ee979edaaa2ca4557fdb21fc /pango/pango-layout.h
parentcc74b40a0c5f3bf467c4766696d6a2ccdf1237db (diff)
parent6b21f287d49a8df8ee8981cf9d00a29aed754561 (diff)
downloadpango-b312191e48c2ea8f0894c4077af69f1aff6c195c.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
docs: Some clarifications See merge request GNOME/pango!392
Diffstat (limited to 'pango/pango-layout.h')
-rw-r--r--pango/pango-layout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/pango-layout.h b/pango/pango-layout.h
index 34758ae3..ab4029db 100644
--- a/pango/pango-layout.h
+++ b/pango/pango-layout.h
@@ -54,6 +54,9 @@ typedef PangoGlyphItem PangoLayoutRun;
*
* If the `PangoLayout` is set to justify using [method@Pango.Layout.set_justify],
* this only has effect for partial lines.
+ *
+ * See [method@Pango.Layout.set_auto_dir] for how text direction affects
+ * the interpretation of `PangoAlignment values.
*/
typedef enum {
PANGO_ALIGN_LEFT,