diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-28 20:02:01 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-28 20:02:01 +0000 |
commit | a42f978ef2c7ca0788ca66539a6ff3187f8a87e8 (patch) | |
tree | c03c98d1440d750809e506f0faf25705c32d2915 /pango/pangoxft-render.c | |
parent | 3a4d01fcb6f038d49212dad11eb481e3a94d3ca2 (diff) | |
download | pango-a42f978ef2c7ca0788ca66539a6ff3187f8a87e8.tar.gz |
Documentation improvements.
2006-01-28 Behdad Esfahbod <behdad@gnome.org>
* pango/pangofc-font.h, pango/pangoft2-render.c, pango/pangowin32.c,
pango/pangoxft-render.c, docs/tmpl/xft-fonts.sgml,
docs/tmp/atsui-fonts.sgml: Documentation improvements.
Diffstat (limited to 'pango/pangoxft-render.c')
-rw-r--r-- | pango/pangoxft-render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoxft-render.c b/pango/pangoxft-render.c index b58212ce..ea6c99ff 100644 --- a/pango/pangoxft-render.c +++ b/pango/pangoxft-render.c @@ -676,7 +676,7 @@ pango_xft_render_layout_line (XftDraw *draw, * @draw: an #XftDraw * @color: the color in which to draw the glyphs * @font: the font in which to draw the string - * @matrix: a #PangoMatrix, or %NULL to use an identity transformation + * @matrix: a #PangoMatrix, or %NULL to use an identity transformation * @glyphs: the glyph string to draw * @x: the x position of the start of the string (in Pango * units in user space coordinates) |