Bug 17396 - [wx] wx has no mechanism for drawing unkerned text
Summary: [wx] wx has no mechanism for drawing unkerned text
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Wx
Depends on:
Blocks:
 
Reported: 2008-02-16 15:15 PST by Kevin Ollivier
Modified: 2008-02-23 21:39 PST (History)
0 users

See Also:


Attachments
Create a platform-dependent method that draws text without kerning (17.84 KB, patch)
2008-02-16 15:27 PST, Kevin Ollivier
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Ollivier 2008-02-16 15:15:58 PST
Our current text drawing implementation using only wx APIs gives bad results on Windows and GTK, because it only offers the option of drawing text kerned, and we need non-kerned drawing.
Comment 1 Kevin Ollivier 2008-02-16 15:27:38 PST
Created attachment 19160 [details]
Create a platform-dependent method that draws text without kerning
Comment 2 Darin Adler 2008-02-23 09:33:41 PST
Comment on attachment 19160 [details]
Create a platform-dependent method that draws text without kerning

r=me
Comment 3 Kevin Ollivier 2008-02-23 21:39:49 PST
Applied in r30539, thanks!