[cairo] Turning off hinting

Danilo Gulamhussene danilo at impara.de
Tue Feb 5 09:21:45 PST 2008


Hi,

I have a problem with disabling hinting on win32 for image surfaces.
After I found the following thread, I only wanted to ask if it is still 
an issue, or if I am missing something.

http://lists.cairographics.org/archives/cairo/2006-March/006552.html


My code for changing the hinting options

    cairo_font_options_t *fOpt = cairo_font_options_create ();
    cairo_font_options_set_hint_style (fOpt, CAIRO_HINT_STYLE_NONE);
    cairo_font_options_set_hint_metrics (fOpt, CAIRO_HINT_METRICS_OFF);
    cairo_set_font_options (cr, fOpt);

Thanks,

Danilo


More information about the cairo mailing list