Important: The information in this document is obsolete and should not be used for new development.
Laying Out a Line of Text
In addition to the routines that measure text, QuickDraw text provides additional routines that help you perform the tasks involved in laying out a line of text.
- The
GetFormatOrder
procedure determines the display order of style runs for a line of text containing multiple style runs with mixed directions.- The
VisibleLength
function eliminates trailing spaces from the last style run
on the line.- The
PortionLine
function determines how to distribute the total slop value for
a line among the style runs on that line.
Subtopics
- GetFormatOrder
- VisibleLength
- PortionLine