[Webkit-unassigned] [Bug 92098] [GTK] Bring Harfbuzz-ng support to Gtk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 12:39:32 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92098





--- Comment #7 from Martin Robinson <mrobinson at webkit.org>  2012-10-31 12:40:51 PST ---
Mystery solved (I hope). When the Fontconfig FontCache returns a fallback font, it returns a different font each time -- even if the Fontconfig pattern returns the same font. This is quite bad, as it means that we're keeping many duplicate copies of fallback fonts in the cache. I've fixed this locally and the results look a lot better.

The reason this was causing a problem for Harfbuzz was that HarfBuzzShaper saw each fallback font as a different font and created a separate text run for each character.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list