[Webkit-unassigned] [Bug 59080] Add FontItalics and FontSmallCaps enums to be used instead of boolean values.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 16:48:13 PDT 2011


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





--- Comment #4 from Luke Macpherson <macpherson at chromium.org>  2011-04-21 16:48:13 PST ---
(In reply to comment #3)
> (From update of attachment 90501 [details])
> I'm surprised there are no callers of italic() or smallCaps()?

There are two cases:
1) the form if(x->italic()), which has the same behavior since the *Off enum values are defined to be zero.
2) the form x->setItalic(y->italic), which is also covered by this CL.

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