[Webkit-unassigned] [Bug 27734] WINCE PORT: font related changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 11:01:55 PDT 2009


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





--- Comment #3 from Yong Li <yong.li at torchmobile.com>  2009-07-28 11:01:55 PDT ---
some websites use negative letter spacing (-1) to make text display more
compact, and this works perfect on desktop browsers. but on windows mobile
devices, the text are already very compact (no extra space). as the result, the
characters overlap on each other when letter spacing is -1.

letter spacing is used by GlyphBuffer to position glyphs. seems hard to find a
better way to do this.

maybe it should better be "m_letterSpacing = s < 0 : s + 1 : s;", in case that
web sites intend to display overlapping characters.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list