Splitting an NSAttributedString across different NSRects of a given size

2008-06-30 Thread Keith Blount
Hi, First of all, I think I'm being a bit brain-dead here as I just *know* I've had to do something similar to this in the past, or have seen something similar to it at least, elsewhere, but I'm obviously using the wrong search terms in Cocoabuilder and Cocoadev and my memory is obviously

Re: Splitting an NSAttributedString across different NSRects of a given size

2008-06-30 Thread Douglas Davidson
On Jun 30, 2008, at 1:19 PM, Keith Blount wrote: I am creating a view for printing index cards that basically takes an array of attributed strings and prints each one on a 5 x 3 card. However, if an attributed string is too long for one card, I want to wrap it across two cards or more

Re: Splitting an NSAttributedString across different NSRects of a given size

2008-06-30 Thread Keith Blount
different NSRects of a given size On Jun 30, 2008, at 1:19 PM, Keith Blount wrote: I am creating a view for printing index cards that basically takes an array of attributed strings and prints each one on a 5 x 3 card. However, if an attributed string is too long for one card, I want