summaryrefslogtreecommitdiff
path: root/pango/pango-utils.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/pango-utils.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/pango-utils.c')
-rw-r--r--pango/pango-utils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 8d31c997..ebe83a3d 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -1458,7 +1458,7 @@ pango_log2vis_get_embedding_levels (const gchar *str,
/**
* pango_unichar_direction:
- * @ch: a unicode character
+ * @ch: a Unicode character
*
* Determines the direction of a character; either
* %PANGO_DIRECTION_LTR, %PANGO_DIRECTION_RTL, or
@@ -1482,10 +1482,10 @@ pango_unichar_direction (gunichar ch)
/**
* pango_get_mirror_char:
- * @ch: a unicode character
+ * @ch: a Unicode character
* @mirrored_ch: location to store the mirrored character
*
- * If @ch has the Unicode mirrored property and there is another unicode
+ * If @ch has the Unicode mirrored property and there is another Unicode
* character that typically has a glyph that is the mirror image of @ch's
* glyph, puts that character in the address pointed to by @mirrored_ch.
*
@@ -1772,7 +1772,7 @@ pango_find_base_dir (const gchar *text,
/**
* pango_is_zero_width:
- * @ch: a unicode character
+ * @ch: a Unicode character
*
* Checks @ch to see if it is a zero-width character that should not be
* normally rendered on the screen.