summaryrefslogtreecommitdiff
path: root/src/cairo.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-29 11:34:19 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-29 11:34:19 -0400
commit1310df44edcf0b9fee648c8f8688d4a1177cde68 (patch)
tree41569e93e7fd9286e7f51a8db6ff92636986c4fe /src/cairo.h
parent41c66a9dfa9f4e7b9839db9dc362f5fa48797561 (diff)
[text_to_glyphs] Further enhance the docs
The most complex public cairo API deserves more doc love...
Diffstat (limited to 'src/cairo.h')
-rw-r--r--src/cairo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo.h b/src/cairo.h
index 0cff8d9c..55ea2d64 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -1546,7 +1546,7 @@ typedef cairo_status_t (*cairo_user_scaled_font_render_glyph_func_t) (cairo_scal
* If the value @clusters points at has changed after the call, the caller
* will free the allocated cluster array using cairo_text_cluster_free().
*
- * The callback is optional. If not set, or if @num_glyphs is negative upon
+ * The callback is optional. If @num_glyphs is negative upon
* the callback returning, the unicode_to_glyph callback
* is tried. See #cairo_user_scaled_font_unicode_to_glyph_func_t.
*