[Webkit-unassigned] [Bug 20237] Zero width and space characters are displayed incorrectly if not contained in a fallback font.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 13 09:46:59 PDT 2008


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





------- Comment #8 from mitz at webkit.org  2008-08-13 09:46 PDT -------
I think it would be best to keep character-to-glyph mapping separate from
glyph-to-width mapping, and I think the goals of your changes could be achieved
by creating separate FontData objects, such as one that has a zero-width
invisible glyph (the underlying platform font can be any font with a space
glyph; the width map changed to give it zero width) which could be used for
characters that should render as zero-width space; and such as one that shares
the same underlying platform font with another FontData, has a 'monospace' bit
set, has no width map, which could be used for all CJK characters in the font.


-- 
Configure bugmail: https://bugs.webkit.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