summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-11-18 05:43:22 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-11-18 05:43:22 +0000
commit124f62cddb415e142712d202e05fb59017cccf31 (patch)
tree1561d06439ef4811dac3d853247001e8e2eb8b86
parent030b85c67758eceac0bd6ce3a4c02fc8799b05f6 (diff)
downloadpango-124f62cddb415e142712d202e05fb59017cccf31.tar.gz
Documentation improvements. (#321731)
2005-11-17 Behdad Esfahbod <behdad@gnome.org> * pango/pango-renderer.c: Documentation improvements. (#321731)
-rw-r--r--ChangeLog4
-rw-r--r--pango/pango-renderer.c26
2 files changed, 17 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 88f9f5e7..da88c868 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-17 Behdad Esfahbod <behdad@gnome.org>
+
+ * pango/pango-renderer.c: Documentation improvements. (#321731)
+
2005-11-17 Matthias Clasen <mclasen@redhat.com>
* modules/hangul/tables-jamos.i: const correctness
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c
index 346d435a..3bc45a81 100644
--- a/pango/pango-renderer.c
+++ b/pango/pango-renderer.c
@@ -134,9 +134,9 @@ pango_renderer_finalize (GObject *gobject)
* pango_renderer_draw_layout:
* @renderer: a #PangoRenderer
* @layout: a #PangoLayout
- * @x: x position of left edge of baseline, in user space coordinates
+ * @x: X position of left edge of baseline, in user space coordinates
* in Pango units.
- * @y: x position of left edge of baseline, in user space coordinates
+ * @y: Y position of left edge of baseline, in user space coordinates
* in Pango units.
*
* Draws @layout with the specified #PangoRenderer.
@@ -432,9 +432,9 @@ draw_shaped_glyphs (PangoRenderer *renderer,
* pango_renderer_draw_layout_line:
* @renderer: a #PangoRenderer
* @line: a #PangoLayoutLine
- * @x: x position of left edge of baseline, in user space coordinates
+ * @x: X position of left edge of baseline, in user space coordinates
* in Pango units.
- * @y: x position of left edge of baseline, in user space coordinates
+ * @y: Y position of left edge of baseline, in user space coordinates
* in Pango units.
*
* Draws @line with the specified #PangoRenderer.
@@ -574,9 +574,9 @@ pango_renderer_draw_layout_line (PangoRenderer *renderer,
* @renderer: a #PangoRenderer
* @font: a #PangoFont
* @glyphs: a #PangoGlyphString
- * @x: x position of left edge of baseline, in user space coordinates
+ * @x: X position of left edge of baseline, in user space coordinates
* in Pango units.
- * @y: x position of left edge of baseline, in user space coordinates
+ * @y: Y position of left edge of baseline, in user space coordinates
* in Pango units.
*
* Draws the glyphs in @glyphs with the specified #PangoRenderer.
@@ -629,10 +629,10 @@ pango_renderer_default_draw_glyphs (PangoRenderer *renderer,
* pango_renderer_draw_rectangle:
* @renderer: a #PangoRenderer
* @part: type of object this rectangle is part of
- * @x: x position at which to draw rectangle, in user space coordinates in Pango units
- * @y: y position at which to draw rectangle, in user space coordinates in Pango units
- * @width: width of rectangle in PangoUnits in user space coordinates
- * @height: height of rectangle in PangoUnits in user space coordinates
+ * @x: X position at which to draw rectangle, in user space coordinates in Pango units
+ * @y: Y position at which to draw rectangle, in user space coordinates in Pango units
+ * @width: width of rectangle in Pango units in user space coordinates
+ * @height: height of rectangle in Pango units in user space coordinates
*
* Draws an axis-aligned rectangle in user space coordinates with the
* specified #PangoRenderer.
@@ -914,9 +914,9 @@ pango_renderer_default_draw_error_underline (PangoRenderer *renderer,
* @y1_: Y coordinate of top of trapezoid
* @x11: X coordinate of left end of top of trapezoid
* @x21: X coordinate of right end of top of trapezoid
- * @y2: X coordinate of top of trapezoid
- * @x12: X coordinate of left end of top of trapezoid
- * @x22: Y coordinate of left end of top of trapezoid
+ * @y2: Y coordinate of bottom of trapezoid
+ * @x12: X coordinate of left end of bottom of trapezoid
+ * @x22: X coordinate of right end of bottom of trapezoid
*
* Draws a trapezoid with the parallel sides aligned with the X axis
* using the given #PangoRenderer; coordinates are in device space.