GetFormatOrder
GetFormatOrder In what order should format runs be drawn?
#include <Script.h> Script Manager
void GetFormatOrder( ordering, firstFormat, lastFormat, lineRight,
rlDirProc, dirParam);
FormatOrderPtr ordering;
short firstFormat ;
short lastFormat ;
Boolean lineRight ;
Ptr rlDirProc ;
Ptr dirParam ;
The GetFormatOrder function tells in what order format runs should be
drawn based on line direction for a particular line of text. For more
information see, Macintosh Worldwide Development: Guide to System Software.
Returns: none.