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+

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!