summaryrefslogtreecommitdiff
path: root/pango/pangofc-decoder.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-11-17 08:02:09 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-11-17 08:02:09 +0000
commitb9331c51d17a00fc7fe9a81dd1c1691dd23819be (patch)
treec3fb68d609dab317af34f5078f71235ceee3724a /pango/pangofc-decoder.c
parentd4a4b736fa97361a8f5f7d010c1b34cb48d34925 (diff)
downloadpango-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/pangofc-decoder.c')
-rw-r--r--pango/pangofc-decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangofc-decoder.c b/pango/pangofc-decoder.c
index 29a7e54a..a7db45cc 100644
--- a/pango/pangofc-decoder.c
+++ b/pango/pangofc-decoder.c
@@ -61,9 +61,9 @@ pango_fc_decoder_get_charset (PangoFcDecoder *decoder,
* pango_fc_decoder_get_glyph:
* @decoder: a #PangoFcDecoder
* @fcfont: a #PangoFcFont to query.
- * @wc: the unicode code point to convert to a single #PangoGlyph.
+ * @wc: the Unicode code point to convert to a single #PangoGlyph.
*
- * Generates a #PangoGlyph for the given unicode point using the
+ * Generates a #PangoGlyph for the given Unicode point using the
* custom decoder. For complex scripts where there can be multiple
* glyphs for a single character, the decoder will return whatever
* glyph is most convenient for it. (Usually whatever glyph is directly