Re: NSTextFieldCell multi-line
Re: NSTextFieldCell multi-line
- Subject: Re: NSTextFieldCell multi-line
- From: Jerry Krinock <email@hidden>
- Date: Wed, 10 Nov 2010 20:25:34 -0800
On 2010 Nov 09, at 12:30, Ross Carter wrote:
> If so, you might need to adjust the typesetterBehavior setting.
For NSTextField, try NSTypesetterBehavior_10_2_WithCompatibility.
NSTextField and, I presume, NSTextFieldCell, seem to suffer from some legacy oddities that make it tricky to accurately predict their laid-out size. Another fun fact that can cause small errors in layout: Last time I checked, the default font for NSTextView was 12-pt Helvetica, but for NSTextField it was 12-pt Lucida Grande.
_______________________________________________
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