[Webkit-unassigned] [Bug 10401] REGRESSION: NUL characters rendered with non-zero width when font is Verdana

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Aug 17 08:37:33 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10401





------- Comment #3 from darin at apple.com  2006-08-17 08:37 PDT -------
(In reply to comment #2)
> We're not supposed to use non-zero widths for NUL.  The glyph width cache
> should have been hacked to account for this.

Here's the code that's supposed to do this, in GlyphMap:

            for (i = 0; i < 0x20; ++i)
                buffer[i] = ZERO_WIDTH_SPACE;

Thus we should be using a zero-width space for Unicode 0.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list