Always use cairo_show_text_glyphs()
Better catches cluster errors.
This commit is contained in:
parent
799cfdd15a
commit
effb42e5c5
|
@ -138,7 +138,7 @@ view_cairo_t::draw (cairo_t *cr)
|
||||||
cairo_restore (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_show_glyphs() doesn't support subpixel positioning */
|
||||||
cairo_glyph_path (cr, l.glyphs, l.num_glyphs);
|
cairo_glyph_path (cr, l.glyphs, l.num_glyphs);
|
||||||
cairo_fill (cr);
|
cairo_fill (cr);
|
||||||
|
|
Loading…
Reference in New Issue