From 1b48e9f5f8007379f87336ea5ee852f98ab2aebd Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 18 Nov 2005 05:43:39 +0000 Subject: Documentation improvements. (#321731) 2005-11-17 Behdad Esfahbod * pango/pango-renderer.c: Documentation improvements. (#321731) --- pango/pango-renderer.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'pango/pango-renderer.c') diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c index c549d682..bc6f3257 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. @@ -433,9 +433,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. @@ -575,9 +575,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. @@ -630,10 +630,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. @@ -915,9 +915,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. -- cgit v1.2.1