diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
commit | eed4bfd92100d915d9d2f8e7c2d7ecac659a688a (patch) | |
tree | c9fc4aba099ee71d57d3f87f9b7af1abd5bce54b /pango/pangoft2.c | |
parent | 59d1e39f888107431975300e2b6b2452ff737f45 (diff) | |
download | pango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz |
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r-- | pango/pangoft2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c index b7f1470e..c16575ce 100644 --- a/pango/pangoft2.c +++ b/pango/pangoft2.c @@ -155,14 +155,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) |