Re: NSShadow with [bezierPath addClip]
Re: NSShadow with [bezierPath addClip]
- Subject: Re: NSShadow with [bezierPath addClip]
- From: Kevin Meaney <email@hidden>
- Date: Sat, 25 Jan 2014 16:29:33 +0000
>
> Hi David,
> After a few days using CGContextBeginTransparencyLayer
> I have just noticed that the text I draw on a trasparent background with
>
> [super drawRect:rect]; // we are in a drawRect: method of a NSTextView
>
> looks without antialias. No matter whether I add before
Antialiasing text against a transparent background is hard because CoreGraphics doesn't know what colours it should be antialiasing the text against.
Kevin
_______________________________________________
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