![]() |
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; };
A
Indicates whether text should be displayed flush left, flush right, or centered in the text box.
Indicates the type of justification to use in the text box.
Indicates in which direction the text should be rotated in the text box.
Reserved for future use.
Available in MLTE 1.1.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)