1 Index: src/goocanvastext.c
2 ===================================================================
3 RCS file: /cvs/cairo/goocanvas/src/goocanvastext.c,v
4 retrieving revision 1.22
5 diff -r1.22 goocanvastext.c
7 < cairo_hint_metrics_t hint_metrics = CAIRO_HINT_METRICS_OFF;
9 > cairo_hint_metrics_t hint_metrics = CAIRO_HINT_METRICS_DEFAULT;
11 < cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_NONE);
13 > cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_DEFAULT);