StyledLineBreak
StyledLineBreak Break a line on a word boundary
#include <Script.h> Script Manager
StyledLineBreakCode StyledLineBreak( textPtr, textLen, textStart, textEnd,
flags, textWidth, textOffset );
Ptr textPtr ; address of a text buffer
long textLen ; value for text length
long textStart ; value indicating start of text
long textEnd ; indicates the end of the text
long flags ;
Fixed *textWidth ; amount of excess width
long *textOffset ;
The StyledLineBreak function breaks a line on a word boundary. For more
information see, Macintosh Worldwide Development: Guide to System Software.
Returns: a StyledLineBreakCode.