Re: Aliasing quality settings
Re: Aliasing quality settings
- Subject: Re: Aliasing quality settings
- From: David Remahl <email@hidden>
- Date: Sun, 11 Aug 2002 12:07:34 +0200
>
Hi,
>
>
I remember seeing somewhere in the docs some API functions to set aliasing
>
quality for drawings. Unfortunately, I can't find it again in the docs!
>
>
Could someone tell me the name of the functions and in which API they are?
>
Thanks!
NSGraphicsContext.h -
NSImageInterpolation controls the interpolation quality of images.
- (void)setShouldAntialias:(BOOL)antialias allows you to turn of
antialiasing.
/ Rgds, David
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.