Anti-Aliasing in wxPython?

Alexander Dünisch phaedrus at gmx.net
Fri May 18 14:20:53 EDT 2007


Hi everybody

i'm wondering if there's a way to enable
Anti-Aliasing for the Graphics Object in wxPython.

in Java i do this:

((Graphics2D)g).setRenderingHint(RenderingHints.KEY_ANTIALIASING, 
                RenderingHints.VALUE_ANTIALIAS_ON);

i haven't found anything like this in wxPython yet.
Thanks

Alex



More information about the Python-list mailing list