Christopher Barker wrote: > Robin Dunn wrote: >> Yes. The wxDC on wxMac is implemented using the graphics context since >> that is the native way to do things on that platform, and it is >> essentially the same as using wx.GCDC on the other platforms. > > Is anti-aliasing done by default?
Yes. For example, draw a diagonal line in the ScrolledWindow sample and zoom in on it. IIRC I think that CoreGraphics always aliases. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
