summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-08 14:50:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-08 14:51:49 -0400
commit7bf8488061b9c4d744b2d01bd58da53c6f2d8c6a (patch)
tree31359a318aece9dc17487fbe3d232dd4c4ce7370 /pango
parent2fc159927c7b36be2d59edd991ecbdb558705284 (diff)
downloadpango-7bf8488061b9c4d744b2d01bd58da53c6f2d8c6a.tar.gz
docs: More details
Add some visualizations of gravity.
Diffstat (limited to 'pango')
-rw-r--r--pango/pango-gravity.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-gravity.h b/pango/pango-gravity.h
index 178b018f..96875047 100644
--- a/pango/pango-gravity.h
+++ b/pango/pango-gravity.h
@@ -28,10 +28,10 @@ G_BEGIN_DECLS
/**
* PangoGravity:
- * @PANGO_GRAVITY_SOUTH: Glyphs stand upright (default)
- * @PANGO_GRAVITY_EAST: Glyphs are rotated 90 degrees clockwise
- * @PANGO_GRAVITY_NORTH: Glyphs are upside-down
- * @PANGO_GRAVITY_WEST: Glyphs are rotated 90 degrees counter-clockwise
+ * @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_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_AUTO: Gravity is resolved from the context matrix
*
* `PangoGravity` represents the orientation of glyphs in a segment