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/pangoxft-font.c | |
parent | 59d1e39f888107431975300e2b6b2452ff737f45 (diff) | |
download | pango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz |
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/pangoxft-font.c')
-rw-r--r-- | pango/pangoxft-font.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pangoxft-font.c b/pango/pangoxft-font.c index 51fa7fcf..477cc62c 100644 --- a/pango/pangoxft-font.c +++ b/pango/pangoxft-font.c @@ -114,7 +114,7 @@ _pango_xft_font_new (PangoXftFontMap *xftfontmap, * Gets the font used for drawing the digits in the * missing-character hex squares * - * Return value: the PangoFont used for the digits; this + * Return value: the #PangoFont used for the digits; this * value is associated with the main font and will be freed * along with the main font. **/ @@ -528,13 +528,13 @@ pango_xft_font_get_unknown_glyph (PangoFont *font, * pango_xft_font_lock_face: * @font: a #PangoFont. * - * Gets the FreeType FT_Face associated with a font, + * Gets the FreeType <type>FT_Face</type> associated with a font, * This face will be kept around until you call * pango_xft_font_unlock_face(). * * Use pango_fc_font_lock_face() instead. * - * Return value: the FreeType FT_Face associated with @font. + * Return value: the FreeType <type>FT_Face</type> associated with @font. * * Since: 1.2 **/ |