Bug 29355 - Deprecate +[WebView _setShouldUseFontSmoothing:]
Summary: Deprecate +[WebView _setShouldUseFontSmoothing:]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-09-17 17:45 PDT by mitz
Modified: 2022-02-11 15:01 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2009-09-17 17:45:24 PDT
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.
Comment 1 mitz 2009-09-17 17:46:29 PDT
<rdar://problem/7233974>
Comment 2 mitz 2010-07-16 16:04:12 PDT
First part: <http://trac.webkit.org/projects/webkit/changeset/63595>