Bugzilla – Attachment #81424: pango-104365-use-hinted-metrics.diff for bug #104365
cffont->options = cairo_font_options_copy (_pango_cairo_context_get_merged_font_options (context));
/* fcfont's is_hinted controls metric hinting
*/
PANGO_FC_FONT(cffont)->is_hinted =
(cairo_font_options_get_hint_metrics(cffont->options) != CAIRO_HINT_METRICS_OFF);
return PANGO_FC_FONT (cffont);
}