summaryrefslogtreecommitdiff
path: root/pango/pangofc-font.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangofc-font.c')
-rw-r--r--pango/pangofc-font.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pangofc-font.c b/pango/pangofc-font.c
index 21ddf8d0..439fdf1f 100644
--- a/pango/pangofc-font.c
+++ b/pango/pangofc-font.c
@@ -582,14 +582,14 @@ pango_fc_font_has_char (PangoFcFont *font,
/**
* pango_fc_font_get_glyph:
* @font: a #PangoFcFont
- * @wc: Unicode codepoint to look up
+ * @wc: Unicode character to look up
*
- * Gets the glyph index for a given unicode codepoint
+ * Gets the glyph index for a given Unicode character
* for @font. If you only want to determine
* whether the font has the glyph, use pango_fc_font_has_char().
*
- * Return value: the glyph index, or 0, if the unicode
- * codepoint doesn't exist in the font.
+ * Return value: the glyph index, or 0, if the Unicode
+ * character doesn't exist in the font.
*
* Since: 1.4
**/