summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2007-01-07 05:54:05 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-07 05:54:05 +0000
commit6dfa8050e8394b2ead16f1607fc69b85995b1e57 (patch)
treeaadd768044c8aa7c09461931d9b5455c54b78f01 /pango/pangoft2.c
parentd938d6264ef146ea0c71bdbb2eecd0d1fa285a70 (diff)
downloadpango-6dfa8050e8394b2ead16f1607fc69b85995b1e57.tar.gz
Spell-check the docs.
svn path=/branches/pango-1-14/; revision=2131
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r--pango/pangoft2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c
index 35960a43..0c77ca4f 100644
--- a/pango/pangoft2.c
+++ b/pango/pangoft2.c
@@ -153,14 +153,14 @@ set_transform (PangoFT2Font *ft2font)
* pango_ft2_font_get_face:
* @font: a #PangoFont
*
- * Returns the native FreeType2 FT_Face structure used for this PangoFont.
+ * Returns the native FreeType2 <type>FT_Face</type> structure used for this #PangoFont.
* This may be useful if you want to use FreeType2 functions directly.
*
* Use pango_fc_font_lock_face() instead; when you are done with a
* face from pango_fc_font_lock_face() you must call
* pango_fc_font_unlock_face().
*
- * Return value: a pointer to a #FT_Face structure, with the size set correctly
+ * Return value: a pointer to a <type>FT_Face<type> structure, with the size set correctly
**/
FT_Face
pango_ft2_font_get_face (PangoFont *font)