![]() |
Justification Initialization Constants |
Header: MacTextEditor.h |
Specifies the initial justification setting when passed in the TXNControlData structure of the TXNSetTXNObjectControls or TXNGetTXNObjectControls functions.
enum { kTXNFlushDefault = 0, kTXNFlushLeft = 1, kTXNFlushRight = 2, kTXNCenter = 4, kTXNFullJust = 8, kTXNForceFullJust = 16 };
Justification is flush according to the line direction.
Justification is flush left.
Justification is flush right.
Justification is centered.
Justification is flush left and right.
Flush left for all scripts.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)