diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-13 23:49:17 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-13 23:49:17 +0100 |
commit | 6aa1143d5a8ec45fc793102a64e956d7d1c7ad01 (patch) | |
tree | a0cb5987c76cd11346feb730185fbf34a42906de /NEWS | |
parent | b2053945df35d4d7eea9fe3200e9c018705309d1 (diff) |
Update documentation to remove references to cairo_has_show_text_glyphs().
With the addition of cairo_show_text_glyphs() came a couple of functions
to query whether the target supported the extended attributes. However,
at Carl's request cairo_has_show_text_glyphs() was removed - but the
documentation was not updated to reflect that.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -369,7 +369,7 @@ cairo_glyph_free cairo_text_cluster_t cairo_text_cluster_allocate cairo_text_cluster_free -cairo_has_show_text_glyphs +cairo_surface_has_show_text_glyphs cairo_user_font_face_create |