Always use cairo_show_text_glyphs()

Better catches cluster errors.
This commit is contained in:
Behdad Esfahbod 2012-04-16 16:04:07 -04:00
parent 799cfdd15a
commit effb42e5c5
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ view_cairo_t::draw (cairo_t *cr)
cairo_restore (cr);
}
if (cairo_surface_get_type (cairo_get_target (cr)) == CAIRO_SURFACE_TYPE_IMAGE) {
if (0 && cairo_surface_get_type (cairo_get_target (cr)) == CAIRO_SURFACE_TYPE_IMAGE) {
/* cairo_show_glyphs() doesn't support subpixel positioning */
cairo_glyph_path (cr, l.glyphs, l.num_glyphs);
cairo_fill (cr);