Re: disabling font smoothing (solved)...
Re: disabling font smoothing (solved)...
- Subject: Re: disabling font smoothing (solved)...
- From: Philip George <email@hidden>
- Date: Tue, 15 Jul 2003 03:31:40 -0500
Thank you, thank you. That worked perfectly. I just needed to do the
context fiddling inside the drawRect: method. Makes sense I guess.
Thanks so much, Jeff.
- Philip
On 7/15/03 2:51 AM, "Jeff Parsons" <email@hidden> wrote:
>
>
On Tuesday, July 15, 2003, at 02:46 AM, Philip George wrote:
>
>
> I just tried writing a clear explanation of why, but it was really,
>
> really
>
> long. Let's just assume that I have a good reason and go from there.
>
>
This works for me when placed in my [NSView drawRect] method:
>
>
if ( textAlias )
>
[[NSGraphicsContext currentContext] setShouldAntialias:YES];
>
else
>
[[NSGraphicsContext currentContext] setShouldAntialias:NO];
>
>
-Jeff
>
-----
>
Having been erased,
>
The document you're seeking
>
Must now be retyped.
>
-----
_______________________________________________
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.