Re: Crisp text on NSTextView with setDrawsBackground:NO

2014-01-20 Thread Kyle Sluder
On Mon, Jan 20, 2014, at 08:52 AM, Kyle Sluder wrote: > See the section "CoreAnimation updates for NSView (i.e.: CALayer backed > NSView)" of the 10.8 AppKit Release Notes: < CoreAnimation updates for > NSView (i.e.: CALayer backed NSView)> Er, sorry. That link is:

Re: Crisp text on NSTextView with setDrawsBackground:NO

2014-01-20 Thread Kyle Sluder
On Mon, Jan 20, 2014, at 03:10 AM, Leonardo wrote: > Since I have set my NSTextView as > > [textView setDrawsBackground:NO]; > > I get a crisp text, less antialiased, even if the NSTextView is placed > over > a white NSView. > How to fix that? See the section "CoreAnimation updates for NSVie