RESOLVED FIXED 17396
[wx] wx has no mechanism for drawing unkerned text
https://bugs.webkit.org/show_bug.cgi?id=17396
Summary [wx] wx has no mechanism for drawing unkerned text
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.