![]() |
Text Box Options Bits |
Header: MacTextEditor.h |
Defines
enum { kTXNSetFlushnessBit = , kTXNSetJustificationBit = 1, kTXNUseFontFallBackBit = 2, kTXNRotateTextBit = 3, kTXNUseVerticalTextBit = 4, kTXNDontUpdateBoxRectBit = 5, kTXNDontDrawTextBit = 6 };
Represents flush text.
Represents justification. Text is justified in the direction of the display. Horizontal text is justified horizontally, but not vertically. Vertical text is justified vertically, but not horizontally.
Represents font fallback.
Represents rotated text.
Represents vertical text.
Represents text box should not be updated.
Represents text box should not be drawn.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)