![]() |
Line Justification Constants |
Header: ATSUnicode.h |
enum { kATSUNoJustification = 0, kATSUFullJustification = 1073741824 };
Indicates no justification.
Full justification between the text margins. White space is stretched to make the line extend to both text margins.
You use these constants to specify the degree of line justification for a single line or an entire text layout object. You can set the line justification text layout attribute for a line or an entire text layout object by passing the kATSULineJustificationFactorTag tag the functions ATSUSetLineControls and ATSUSetLayoutControls, respectively.
Available beginning with ATSUI 1.0.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)