Anti-Aliasing in wxPython?

A

Alexander Dünisch

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
 
S

sturlamolden

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

wxPython uses native widgets, so it is OS dependent. You will have to
turn it in Windows, MacOSX (on by default?) or GNOME.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,142
Latest member
arinsharma
Top