summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r--pango/pango-utils.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index ec1ba168..c39a9cd9 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -1748,8 +1748,11 @@ pango_find_base_dir (const gchar *text,
* pango_is_zero_width:
* @ch: a Unicode character
*
- * Checks @ch to see if it is a zero-width character that should not be
- * normally rendered on the screen.
+ * Checks @ch to see if it is a character that should not be
+ * normally rendered on the screen. This includes all Unicode characters
+ * with "ZERO WIDTH" in their name, as well as bidi formatting characters, and
+ * a few other ones. This is totally different from g_unichar_iszerowidth()
+ * and is at best misnamed.
*
* Return value: %TRUE if @ch is a zero-width character, %FALSE otherwise
*