[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
Tue Aug 26 11:24:20 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20237
dimitri at glazkov.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dimitri at glazkov.com
------- Comment #10 from dimitri at glazkov.com 2008-08-26 11:24 PDT -------
... trying to figure out how this will work. So, in your view, these FontData
instances be would be sub-classes of SimpleFontData (say, ZeroWidthFontData and
CJKFontData), each offering a different widthForGlyph implementation?
Then, in GlyphPage::fill, we supply either an instance of SimpleFontData (for
most chars), ZeroWidthFontData (for ZWS and alike), or CJKFontData (for CJK
chars).
WDYT?
--
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