[Webkit-unassigned] [Bug 27734] WINCE PORT: font related changes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 28 10:49:24 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27734
--- Comment #2 from Eric Seidel <eric at webkit.org> 2009-07-28 10:49:24 PDT ---
(From update of attachment 33569)
I don't see why this would be done here:
#if PLATFORM(WINCE)
95 // We do not support negative letter spacing.
96 void setLetterSpacing(short s) { m_letterSpacing = s > 0 ? s : 0; }
97 #else
9398 void setLetterSpacing(short s) { m_letterSpacing = s; }
99 #endif
Why don't the call-sites which don't support negative letter spacing make the
adjustment?
--
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