[pango-view] Don't set metrics-hinting, fallback to surface default
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 15 Mar 2009 00:50:29 +0000 (20:50 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 15 Mar 2009 00:50:29 +0000 (20:50 -0400)
pango-view/viewer-pangocairo.c

index 30259ec..45c03df 100644 (file)
@@ -53,8 +53,6 @@ pangocairo_view_create (const PangoViewer *klass G_GNUC_UNUSED)
   instance->font_options = cairo_font_options_create ();
   if (opt_hinting != HINT_DEFAULT)
     {
-      cairo_font_options_set_hint_metrics (instance->font_options, CAIRO_HINT_METRICS_ON);
-
       if (opt_hinting == HINT_NONE)
        cairo_font_options_set_hint_style (instance->font_options, CAIRO_HINT_STYLE_NONE);
       else if (opt_hinting == HINT_FULL)