![]() |
TECalText |
||||
Header: | TextEdit.h | Carbon status: | Not Recommended | |
Recalculates the beginnings of all lines of text in the specified edit structure.
void TECalText ( TEHandle hTE );
A handle to the edit structure whose text lines are to be recalculated.
The TECalText function updates elements of the lineStarts array in an edit structure. Call TECalText if youve changed the destination rectangle, the hText field, or any other property of the edit structure that pertains to line breaks and the number of characters per linefor example, font, size, style, and so on.
Not recommended in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)