[Webkit-unassigned] [Bug 70390] WebKit not ensure font load before calling Skia devices to draw during Chrome printing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 10:35:47 PDT 2011


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





--- Comment #3 from Arthur Hsu <arthurhsu at chromium.org>  2011-10-19 10:35:47 PST ---
There will be performance penalty.  It will fire an IPC call to browser process and load the font.  If the font is already in memory, it will be quick.  If the font has not loaded, or been swapped out by GDI, it will also hit I/O.

Skia SkCanvas::drawPosText returns void, so there's no way to tell from return values.  Either change the Skia signatures to return bool, or change WebKit signatures.  Mike, if you want this to be changed on Skia side, I can do it and revert this WebKit change.

-- 
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