GNOME Bugzilla – Bug 576890
Prefer outline fonts in vector output
Last modified: 2012-08-25 20:30:01 UTC
That is, we'll set scalable=true in the pattern if metrics hinting is disabled. This has the benefit that vector output (PS/PDF/SVG) will prefer outline.
Humm, that's not possible as we don't have metrics hinting until fonts are created. What we can do instead is to set scalable=true in pangocairo's context_substitute. Now the question is whether this should be done in pangocairo or in cairo_ft_font_options_substitute().
Humm, this currently doesn't work. Because fontconfig prefers both strong and weak family matches over outline setting. :(