Bug 26161 - wx mac text rendering is inaccurate
Summary: wx mac text rendering is inaccurate
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-03 07:45 PDT by Kevin Watters
Modified: 2009-06-03 10:44 PDT (History)
0 users

See Also:


Attachments
Use CGFontGetGlyphsForUnichars to improve font sizing (4.98 KB, patch)
2009-06-03 07:47 PDT, Kevin Watters
kevino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2009-06-03 07:45:10 PDT
The wx port's mac text implementation does not match other browsers.
Comment 1 Kevin Watters 2009-06-03 07:47:29 PDT
Created attachment 30907 [details]
Use CGFontGetGlyphsForUnichars to improve font sizing
Comment 2 Kevin Ollivier 2009-06-03 10:44:52 PDT
Landed in r44387, thanks!