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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 16:02:51 PDT 2009


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34012|review?                     |review-
               Flag|                            |




--- Comment #8 from mitz at webkit.org  2009-08-03 16:02:50 PDT ---
(From update of attachment 34012)
> +#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.

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