Re: Finding the height of a piece of text
Re: Finding the height of a piece of text
- Subject: Re: Finding the height of a piece of text
- From: Nygard Steve <email@hidden>
- Date: Thu, 22 Nov 2007 23:39:30 -0700
On Nov 22, 2007, at 5:56 PM, Vincent Coetzee wrote:
I however always end up with the same problem, in that the height
that I calculate for my text (as per the code in the "Text Layout
Programming Guide") is always too small (by about ~1 line height) .
Does anyone have a working solution to this problem or a more
elegant method of solving it ?
To calculate a height that matches an NSTextFieldCell, the line
fragment padding should be 2 (or 4 for a center alignment). And the
layout manager's typesetter behavior should be
NSTypesetterBehavior_10_2_WithCompatibility.
--
Steve
_______________________________________________
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