Carbon


TXNTextBoxOptionsData

Header: MacTextEditor.h

Contains information about how text appears in a Unicode text box. The TXNDrawUnicodeTextBox function can optionally take a TXNTextBoxOptionsData structure as a parameter.

struct TXNTextBoxOptionsData {
    TXNTextBoxOptions optionTags; 
    Fract flushness; 
    Fract justification; 
    Fixed rotation; 
    void *options;
};

Field descriptions

optionTags

A “Text Box Options Masks” value that specifies how text should be displayed.

flushness

Indicates whether text should be displayed flush left, flush right, or centered in the text box.

justification

Indicates the type of justification to use in the text box.

rotation

Indicates in which direction the text should be rotated in the text box.

options

Reserved for future use.

VERSION NOTES

Available in MLTE 1.1.


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