RESOLVED FIXED 13178
Helvetica zero-width space has non-zero width
https://bugs.webkit.org/show_bug.cgi?id=13178
Summary Helvetica zero-width space has non-zero width
mitz
Reported 2007-03-24 03:14:36 PDT
Summary: Helvetica's zero-width space glyph has non-zero width. WebKit should ignore this and render it as zero-width.
Attachments
Force ZWS glyph to have zero width (45.88 KB, patch)
2007-03-30 02:03 PDT, mitz
hyatt: review+
mitz
Comment 1 2007-03-24 13:20:17 PDT
Note that this is a valid issue (and cannot be dismissed as a bug in the font) because (1) the simple text rendering code path replaces certain non-printing characters with the zero-width space glyph and (2) the complex (ATSUI) code path actually does force ZWS to have zero width regardless of the font (so there is inconsistency between the code paths).
mitz
Comment 2 2007-03-30 02:03:53 PDT
Created attachment 13885 [details] Force ZWS glyph to have zero width
Dave Hyatt
Comment 3 2007-03-30 03:01:54 PDT
Comment on attachment 13885 [details] Force ZWS glyph to have zero width r=me
Alexey Proskuryakov
Comment 4 2007-03-31 01:15:58 PDT
Committed revision 20635.
Note You need to log in before you can comment on or make changes to this bug.