From f412687ca16bb8eeb09a94b6416959914fb3c035 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 8 Aug 2021 15:51:50 -0400 Subject: gravity: Correct the documentation There was a cw vs ccw mixup here. Adding example images made it obvious. --- pango/pango-gravity.h | 4 ++-- 1 file 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) - * @PANGO_GRAVITY_EAST: Glyphs are rotated 90 degrees clockwise. + * @PANGO_GRAVITY_EAST: Glyphs are rotated 90 degrees counter-clockwise. * @PANGO_GRAVITY_NORTH: Glyphs are upside-down. - * @PANGO_GRAVITY_WEST: Glyphs are rotated 90 degrees counter-clockwise. + * @PANGO_GRAVITY_WEST: Glyphs are rotated 90 degrees clockwise. * @PANGO_GRAVITY_AUTO: Gravity is resolved from the context matrix * * `PangoGravity` represents the orientation of glyphs in a segment -- cgit v1.2.1