[Webkit-unassigned] [Bug 38701] [chromium] don't call fontconfig twice in complex text path
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 9 11:35:59 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=38701
--- Comment #30 from Evan Martin <evan at chromium.org> 2010-08-09 11:35:58 PST ---
This cache looks like it will grow without ever shrinking.
Won't it include a copy of every character ever rendered?
It's also not correct to not include the font information in the cache (for example, this cache will return the wrong font when asked for the same characters in bold or not bold).
More broadly, I think you need to spend some time understanding FontCache. Maybe it has the appropriate setup to cache what you need. (I don't understand it completely myself.)
--
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