View | Details | Raw Unified | Return to bug 104365
Collapse All | Expand All

(-)pango/pango/pangocairo-fcfont.c (+5 lines)
Lines 645-649 _pango_cairo_fc_font_new (PangoCairoFcFo Link Here
645
645
646
  cffont->options = cairo_font_options_copy (_pango_cairo_context_get_merged_font_options (context));
646
  cffont->options = cairo_font_options_copy (_pango_cairo_context_get_merged_font_options (context));
647
  
647
  
648
  /* fcfont's is_hinted controls metric hinting
649
   */
650
  PANGO_FC_FONT(cffont)->is_hinted = 
651
    (cairo_font_options_get_hint_metrics(cffont->options) != CAIRO_HINT_METRICS_OFF);
652
648
  return PANGO_FC_FONT (cffont);
653
  return PANGO_FC_FONT (cffont);
649
}
654
}

Return to bug 104365