[Webkit-unassigned] [Bug 250264] The width of U+001B is different in the fast and complex text codepaths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 7 01:45:37 PST 2023


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

--- Comment #2 from Myles C. Maxfield <mmaxfield at apple.com> ---
We can't just add a `u_charType(ch) == U_CONTROL_CHAR` stanza to ComplexTextController::adjustGlyphsAndAdvances(), because that iterates over glyphs, and Core Text doesn't give us a glyph for this character at all, so we don't encounter anything to fix up.

-- 
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/20230107/12b19478/attachment-0001.htm>


More information about the webkit-unassigned mailing list