Re: Forcing typesetter to advance to next text container
Re: Forcing typesetter to advance to next text container
- Subject: Re: Forcing typesetter to advance to next text container
- From: Aram Greenman <email@hidden>
- Date: Mon, 5 Jul 2004 11:30:10 -0700
On Jul 5, 2004, at 9:08 AM, Mike Ferris wrote:
If your needs are relatively simple, you can just insert a container
break in the text. Cocoa will move on to the next container when it
finds a form feed (NSFormFeedCharacter). Try typing Ctrl-Q, Ctrl-L
into a textEdit window that is set to Wrap to Page mode and you'll see
this in action...
If you can't alter the actual text with container break characters,
Yeah, I can't alter the text or change the container sizes since the
points that container breaks occur are calculated dynamically during
layout, not at a fixed point in the text.
Aram
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.