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/pangofc-decoder.h | |
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/pangofc-decoder.h')
-rw-r--r-- | pango/pangofc-decoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangofc-decoder.h b/pango/pangofc-decoder.h index d5bb6818..f812c1e2 100644 --- a/pango/pangofc-decoder.h +++ b/pango/pangofc-decoder.h @@ -65,8 +65,8 @@ struct _PangoFcDecoder * #FcCharSet that is returned should be an internal reference to your * code. Pango will not free this structure. It is important that * you make this callback fast because this callback is called - * separately for each character to determine unicode coverage. - * @get_glyph: This returns a single #PangoGlyph for a given unicode + * separately for each character to determine Unicode coverage. + * @get_glyph: This returns a single #PangoGlyph for a given Unicode * code point. * * Class structure for #PangoFcDecoder. |