On 11/29/06, maximilian marcoll <email@hidden> wrote:
hi!
thank you very much for your help on my anti-aliasing beginner
problem the other day!
now i'm wondering if it's possible to draw some things aliased,
others anti-aliased within the same nsview instance.
The antialiasing setting is related to the graphics context not to the
view itself. In your drawRect: method simply enable and disable
antialiasing as needed when you go to draw things.