diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-22 22:58:01 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-22 22:58:01 +0000 |
commit | a2c1ae618174619a2b99a7f8e765713be249c5e2 (patch) | |
tree | 929f1da3bc080912a8ec192e56b20581e0d456ad /pango | |
parent | 12647fc28ffe3d82cc71e2f9bd4eb2476c6440d1 (diff) | |
download | pango-a2c1ae618174619a2b99a7f8e765713be249c5e2.tar.gz |
Remove duplicates.
* docs/pango-sections.txt: Remove duplicates.
* docs/tmpl/fonts.sgml: Document PANGO_TYPE_FONTSET
and PANGO_TYPE_FONTSET_SIMPLE.
* pango/pangoxft-font.c: Fix typos in some doc comments.
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pangoxft-font.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pango/pangoxft-font.c b/pango/pangoxft-font.c index 0b09ba20..9a71487b 100644 --- a/pango/pangoxft-font.c +++ b/pango/pangoxft-font.c @@ -225,14 +225,14 @@ draw_box (Display *display, /** * pango_xft_render: - * @draw: the XftDraw object. + * @draw: the <type>XftDraw</type> object. * @color: the color in which to draw the string * @font: the font in which to draw the string * @glyphs: the glyph string to draw * @x: the x position of start of string (in pixels) * @y: the y position of baseline (in pixels) * - * Render a PangoGlyphString onto an XftDraw object wrapping an X drawable. + * Renders a #PangoGlyphString onto an <type>XftDraw</type> object wrapping an X drawable. */ static void pango_xft_real_render (Display *display, @@ -326,14 +326,14 @@ pango_xft_real_render (Display *display, /** * pango_xft_render: - * @draw: the XftDraw object. + * @draw: the <type>XftDraw</type> object. * @color: the color in which to draw the string * @font: the font in which to draw the string * @glyphs: the glyph string to draw * @x: the x position of start of string (in pixels) * @y: the y position of baseline (in pixels) * - * Render a PangoGlyphString onto an XftDraw object wrapping an X drawable. + * Renders a #PangoGlyphString onto an <type>XftDraw</type> object wrapping an X drawable. */ void pango_xft_render (XftDraw *draw, @@ -352,7 +352,7 @@ pango_xft_render (XftDraw *draw, } /** - * pango_xft_picture render: + * pango_xft_picture_render: * @draw: an X display * @src_picture: the source picture to draw the string with * @dest_picture: the destination picture to draw the strign onto @@ -361,7 +361,7 @@ pango_xft_render (XftDraw *draw, * @x: the x position of start of string (in pixels) * @y: the y position of baseline (in pixels) * - * Render a PangoGlyphString onto an Xrender picture object. + * Renders a #PangoGlyphString onto an Xrender <type>Picture</type> object. */ void pango_xft_picture_render (Display *display, |