site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com
On Jan 2, 2007, at 12:22, David Brennan wrote:
I am trying to draw a piece of text in a NSRect. If the text is too long I don't want the text to wrap, I would like it to be truncated and follewed by '...' so if the text is
"a very long name", I want "a very lo..."
Try http://developer.apple.com/documentation/Carbon/Reference/ Appearance_Manager/Reference/reference.html#//apple_ref/c/func/ TruncateThemeText
Alternatively to keep it all in the Cocoa domain you might want to draw an attributed string with a paragraph style that specifies a line break mode like NSLineBreakByTruncatingTail. Carsten _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com