[Webkit-unassigned] [Bug 138213] Text positioning is wrong in ComplexTextControllerCoreText if left-most glyph has non-zero glyph position offsets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 30 18:49:10 PDT 2014


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

--- Comment #6 from Myles C. Maxfield <mmaxfield at apple.com> ---
The problem here is that CoreText is encoding the additional horizontal space in the glyph that it is attributing to the space character. WebKit sees this and ignores the advance that CoreText supplies, and instead uses the spaceWidth() which we had cached at font creation time.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141031/9e7260d3/attachment-0002.html>


More information about the webkit-unassigned mailing list