[Webkit-unassigned] [Bug 60317] Text is scaled in a stair-step pattern

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 17 16:44:24 PDT 2011


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


Levi Weintraub <leviw at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zimmermann at kde.org




--- Comment #3 from Levi Weintraub <leviw at chromium.org>  2011-05-17 16:44:24 PST ---
I'm having some trouble here. Even feeding floats into the CG font system doesn't make font measuring scale smoothly.

Asking the font system for a font size of 8 works fine, but a font size of 9-12 (pixels) all appear identical. Changing the WebKit font system to request fonts by float doesn't make a difference.

Finally, because I can't tell the *actual* font size being returned, I can't adjust the graphics context to compensate by the proper amount and scale the glyphs.

This was all done on OSX. Anyone out there who knows CGFonts well that can help? I know entering glyph-scaling land isn't ideal, but certainly this behavior in SVG particularly is very bad.

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