All Databases
Inside Mac - WWSO Mgr
GetFormatOrder
StyledLineBreak
InitDateCache
String2Date
String2Time
Str2Format
Format2Str
FormatX2Str
FormatStr2X
VisibleLength
FindScriptRun
ValidDate
LongDate2Secs
LongSecs2Date
ToggleDate
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.
Referenced by (5):
Manipulating Text
Script Mgr (Inside Mac - Index)
WorldWide Software Overview (Inside Mac - Index)
Mixed-Directional Text (Inside Mac - Basic Toolbox)
Manipulating Text (Inside Mac - WWSO Mgr)