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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 08:39:27 PDT 2009


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





--- Comment #10 from Yong Li <yong.li at torchmobile.com>  2009-08-04 08:39:27 PDT ---
(In reply to comment #8)
> (From update of attachment 34012 [details])
> > +#if PLATFORM(WINCE)
> > +    // Some sites set the spacing to -1 to make text more compact.  But WinMobile already
> > +    // compacts the text to save on screen space, so this makes it overlap.  If the spacing is
> > +    // negative, widen is slightly to counteract this.
> > +    void setLetterSpacing(short s) { m_letterSpacing = s < 0 ? s + 1 : s; }
> > +#else
> 
> I don’t think this is the right place to make this platform-specific
> adjustment. It will also affect computed style.

This change has been removed from the patch

-- 
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