Bug 17396

Summary: [wx] wx has no mechanism for drawing unkerned text
Product: WebKit Reporter: Kevin Ollivier <kevino>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Wx
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Create a platform-dependent method that draws text without kerning darin: review+

Kevin Ollivier
Reported 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.
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+
Kevin Ollivier
Comment 1 2008-02-16 15:27:38 PST
Created attachment 19160 [details] Create a platform-dependent method that draws text without kerning
Darin Adler
Comment 2 2008-02-23 09:33:41 PST
Comment on attachment 19160 [details] Create a platform-dependent method that draws text without kerning r=me
Kevin Ollivier
Comment 3 2008-02-23 21:39:49 PST
Applied in r30539, thanks!
Note You need to log in before you can comment on or make changes to this bug.