Re: Drawing text like Lion's Mail
Re: Drawing text like Lion's Mail
- Subject: Re: Drawing text like Lion's Mail
- From: Andre Masse <email@hidden>
- Date: Wed, 03 Aug 2011 20:38:10 -0400
Forget that last one. Found how and it's worst :-)
Andre Masse
PS: if anybody want that, here's how:
CGContextRef context = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
CGContextSetShouldAntialias(context, NO);
On 03/08/2011, at 20:10 , Andre Masse wrote:
> Think I could be close if I could turn off anti-aliasing. Is there any way to do that in -drawRect ?
>
> Thanks,
>
> Andre Masse
> _______________________________________________
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden