+ GUI: remove unused (and misleading) fields - the widget pointer is always stored...
[calf.git] / bigbull / goo-hinting.diff
blobfcc54fed2cc3c84b94695a5e6ca8f80d91f14272
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
6 385c385
7 < cairo_hint_metrics_t hint_metrics = CAIRO_HINT_METRICS_OFF;
8 ---
9 > cairo_hint_metrics_t hint_metrics = CAIRO_HINT_METRICS_DEFAULT;
10 412c412
11 < cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_NONE);
12 ---
13 > cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_DEFAULT);