Bug 29355
Summary: | Deprecate +[WebView _setShouldUseFontSmoothing:] | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | WebKit API | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.6 |
mitz
Since the font smoothing setting is now part of the font description, add a version of -[NSString _web_drawAtPoint:font:textColor:] that takes a smoothing setting and deprecate +[WebView _setShouldUseFontSmoothing:] and the WebCore machinery to support it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
mitz
<rdar://problem/7233974>
mitz
First part: <http://trac.webkit.org/projects/webkit/changeset/63595>