I just found this in the release notes:

"The Cocoa Text System now allows the last visible line to have an ellipsis character appended if the entire content cannot fit into the specified bounding box. The behavior can be controlled with - truncatesLastVisibleLine for text cells. The -lineBreakMode must be either NSLineBreakByWordWrapping or NSLineBreakByCharWrapping for this option to take effect.. Also, the NSStringDrawingTruncatesLastVisibleLine flag can be specified to NSStringDrawing APIs that take NSStringDrawingOptions. The NSStringDrawingUsesLineFragmentOrigin flag must also be specified for the truncation flag to take effect."

On Nov 1, 2008, at 3:41 AM, Mudi Dandan wrote:

Sure I did.
Seems that NSLineBreakByTruncatingMiddle in the NSParagraphStyle overrides NSStringDrawingTruncatesLastVisibleLine.
Anyway, I think I can live with that :)

On Nov 1, 2008, at 3:32 AM, Adam R. Maxwell wrote:


On Oct 31, 2008, at 7:20 PM, Mudi Dandan wrote:

Thanks Adam, works grate!
There is only one little flaw that it always truncates the tail and I don't see a way to change this.

Did you try setting NSLineBreakByTruncatingMiddle on your NSParagraphStyle? I don't recall trying that with NSStringDrawingTruncatesLastVisibleLine myself, but it should work.

--
Adam


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/mudi%40binarynights.com

This email sent to [EMAIL PROTECTED]

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to