summaryrefslogtreecommitdiff
path: root/pango/pangoxft-render.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-11-17 04:56:14 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-11-17 04:56:14 +0000
commite1cfe6720d1fea7aa47882a31656b24da2a7380f (patch)
treeb28a047334662aa1317e312c3a10fbedab6e5a2a /pango/pangoxft-render.c
parent2e44c9c2b46b896dfa867b749702e483eda0c3c1 (diff)
downloadpango-e1cfe6720d1fea7aa47882a31656b24da2a7380f.tar.gz
Various documentation improvements.
2005-11-16 Behdad Esfahbod <behdad@gnome.org> * docs/pango_markup.sgml docs/tmpl/coverage-maps.sgml docs/tmpl/engines.sgml docs/tmpl/fonts.sgml docs/tmpl/freetype-fonts.sgml docs/tmpl/glyphs.sgml docs/tmpl/layout.sgml docs/tmpl/main.sgml docs/tmpl/modules.sgml docs/tmpl/opentype.sgml docs/tmpl/pango-engine-lang.sgml docs/tmpl/pango-engine-shape.sgml docs/tmpl/pango-renderer.sgml docs/tmpl/pangocairo.sgml docs/tmpl/pangofc-decoder.sgml docs/tmpl/pangofc-font.sgml docs/tmpl/pangofc-fontmap.sgml docs/tmpl/scripts.sgml docs/tmpl/tab-stops.sgml docs/tmpl/text-attributes.sgml docs/tmpl/win32-fonts.sgml docs/tmpl/x-fonts.sgml docs/tmpl/xft-fonts.sgml pango/break.c pango/ellipsize.c pango/fonts.c pango/pango-attributes.c pango/pango-color.c pango/pango-context.c pango/pango-coverage.c pango/pango-fontmap.c pango/pango-glyph-item.c pango/pango-layout.c pango/pango-markup.c pango/pango-tabs.c pango/pango-types.h pango/pango-utils.c pango/pangoft2-render.c pango/pangox.c pango/pangoxft-render.c: Various documentation improvements.
Diffstat (limited to 'pango/pangoxft-render.c')
-rw-r--r--pango/pangoxft-render.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangoxft-render.c b/pango/pangoxft-render.c
index b97bb859..c1825b31 100644
--- a/pango/pangoxft-render.c
+++ b/pango/pangoxft-render.c
@@ -639,8 +639,8 @@ pango_xft_render_layout (XftDraw *draw,
* @color: the foreground color in which to draw the layout line
* (may be overriden by color attributes)
* @line: a #PangoLayoutLine
- * @x: the x position of start of string (in pango units)
- * @y: the y position of baseline (in pango units)
+ * @x: the x position of start of string (in Pango units)
+ * @y: the y position of baseline (in Pango units)
*
* Render a #PangoLayoutLine onto a #XftDraw
*