summaryrefslogtreecommitdiff
path: root/pango/pangoft2-render.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2007-01-07 05:49:53 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-07 05:49:53 +0000
commiteed4bfd92100d915d9d2f8e7c2d7ecac659a688a (patch)
treec9fc4aba099ee71d57d3f87f9b7af1abd5bce54b /pango/pangoft2-render.c
parent59d1e39f888107431975300e2b6b2452ff737f45 (diff)
downloadpango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/pangoft2-render.c')
-rw-r--r--pango/pangoft2-render.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pangoft2-render.c b/pango/pangoft2-render.c
index 473235fa..00bfeff4 100644
--- a/pango/pangoft2-render.c
+++ b/pango/pangoft2-render.c
@@ -536,7 +536,7 @@ pango_ft2_renderer_draw_trapezoid (PangoRenderer *renderer,
/**
* pango_ft2_render_layout_subpixel:
- * @bitmap: a FT_Bitmap to render the layout onto
+ * @bitmap: a <type>FT_Bitmap</type> to render the layout onto
* @layout: a #PangoLayout
* @x: the X position of the left of the layout (in Pango units)
* @y: the Y position of the top of the layout (in Pango units)
@@ -573,7 +573,7 @@ pango_ft2_render_layout_subpixel (FT_Bitmap *bitmap,
/**
* pango_ft2_render_layout:
- * @bitmap: a FT_Bitmap to render the layout onto
+ * @bitmap: a <type>FT_Bitmap</type> to render the layout onto
* @layout: a #PangoLayout
* @x: the X position of the left of the layout (in pixels)
* @y: the Y position of the top of the layout (in pixels)
@@ -591,7 +591,7 @@ pango_ft2_render_layout (FT_Bitmap *bitmap,
/**
* pango_ft2_render_layout_line_subpixel:
- * @bitmap: a FT_Bitmap to render the line onto
+ * @bitmap: a <type>FT_Bitmap</type> to render the line onto
* @line: a #PangoLayoutLine
* @x: the x position of start of string (in Pango units)
* @y: the y position of baseline (in Pango units)
@@ -628,7 +628,7 @@ pango_ft2_render_layout_line_subpixel (FT_Bitmap *bitmap,
/**
* pango_ft2_render_layout_line:
- * @bitmap: a FT_Bitmap to render the line onto
+ * @bitmap: a <type>FT_Bitmap</type> to render the line onto
* @line: a #PangoLayoutLine
* @x: the x position of start of string (in pixels)
* @y: the y position of baseline (in pixels)