diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2005-11-17 08:02:09 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2005-11-17 08:02:09 +0000 |
commit | b9331c51d17a00fc7fe9a81dd1c1691dd23819be (patch) | |
tree | c3fb68d609dab317af34f5078f71235ceee3724a /pango/fonts.c | |
parent | d4a4b736fa97361a8f5f7d010c1b34cb48d34925 (diff) | |
download | pango-b9331c51d17a00fc7fe9a81dd1c1691dd23819be.tar.gz |
More documentation improvements.
2005-11-17 Behdad Esfahbod <behdad@gnome.org>
* docs/tmpl/coverage-maps.sgml docs/tmpl/fonts.sgml
docs/tmpl/glyphs.sgml docs/tmpl/layout.sgml
docs/tmpl/main.sgml docs/tmpl/scripts.sgml
docs/tmpl/tab-stops.sgml docs/tmpl/text-attributes.sgml
pango/break.c pango/fonts.c pango/pango-fontset.c
pango/pango-layout.c pango/pango-script.c pango/pango-utils.c
pango/pangofc-decoder.c pango/pangofc-decoder.h
pango/pangofc-font.c pango/pangofc-font.h
pango/pangoxft-font.c: More documentation improvements.
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index e0679a9a..b822cc57 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1141,7 +1141,7 @@ pango_font_get_coverage (PangoFont *font, * pango_font_find_shaper: * @font: a #PangoFont * @language: the language tag - * @ch: a unicode character. + * @ch: a Unicode character. * * Finds the best matching shaper for a font for a particular * language tag and character point. @@ -1266,7 +1266,7 @@ pango_font_metrics_new (void) * pango_font_metrics_ref: * @metrics: a #PangoFontMetrics structure * - * Increases the reference count of a font metrics structure. + * Increase the reference count of a font metrics structure by one. * * Return value: @metrics **/ @@ -1284,7 +1284,7 @@ pango_font_metrics_ref (PangoFontMetrics *metrics) * pango_font_metrics_unref: * @metrics: a #PangoFontMetrics structure * - * Decreases the reference count of a font metrics structure. If + * Decrease the reference count of a font metrics structure by one. If * the result is zero, frees the structure and any associated * memory. **/ |