summaryrefslogtreecommitdiff
path: root/pango/pango-gravity.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-08 21:56:40 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-08 21:56:40 +0000
commited13e662d1a327671fc9f1a3ec7d71c4bbfe1280 (patch)
treeeb3e28c6d7b30bb240d30030e9680590469c28c1 /pango/pango-gravity.h
parentd6598871faaf2a44052ad1b738f4a8b84fe12cd0 (diff)
parentd20b0c92ff117c62fdacfc1bc1075730013a969d (diff)
downloadpango-ed13e662d1a327671fc9f1a3ec7d71c4bbfe1280.tar.gz
Merge branch 'layout-docs' into 'main'
docs: Fix up deps for images See merge request GNOME/pango!395
Diffstat (limited to 'pango/pango-gravity.h')
-rw-r--r--pango/pango-gravity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-gravity.h b/pango/pango-gravity.h
index 96875047..12e8d689 100644
--- a/pango/pango-gravity.h
+++ b/pango/pango-gravity.h
@@ -29,9 +29,9 @@ G_BEGIN_DECLS
/**
* PangoGravity:
* @PANGO_GRAVITY_SOUTH: Glyphs stand upright (default) <img align="right" valign="center" src="m-south.png">
- * @PANGO_GRAVITY_EAST: Glyphs are rotated 90 degrees clockwise. <img align="right" valign="center" src="m-east.png">
+ * @PANGO_GRAVITY_EAST: Glyphs are rotated 90 degrees counter-clockwise. <img align="right" valign="center" src="m-east.png">
* @PANGO_GRAVITY_NORTH: Glyphs are upside-down. <img align="right" valign="cener" src="m-north.png">
- * @PANGO_GRAVITY_WEST: Glyphs are rotated 90 degrees counter-clockwise. <img align="right" valign="center" src="m-west.png">
+ * @PANGO_GRAVITY_WEST: Glyphs are rotated 90 degrees clockwise. <img align="right" valign="center" src="m-west.png">
* @PANGO_GRAVITY_AUTO: Gravity is resolved from the context matrix
*
* `PangoGravity` represents the orientation of glyphs in a segment