Carbon


Text Box Options Bits

Header: MacTextEditor.h

Defines “Text Box Options Masks”.

enum {
    kTXNSetFlushnessBit = ,
    kTXNSetJustificationBit = 1,
    kTXNUseFontFallBackBit = 2,
    kTXNRotateTextBit = 3,
    kTXNUseVerticalTextBit = 4,
    kTXNDontUpdateBoxRectBit = 5,
    kTXNDontDrawTextBit = 6
};

Constant descriptions

kTXNSetFlushnessBit

Represents flush text.

kTXNSetJustificationBit

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.

kTXNUseFontFallBackBit

Represents font fallback.

kTXNRotateTextBit

Represents rotated text.

kTXNUseVerticalTextBit

Represents vertical text.

kTXNDontUpdateBoxRectBit

Represents text box should not be updated.

kTXNDontDrawTextBit

Represents text box should not be drawn.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)