![]() |
Style Comparison Constants |
Header: ATSUnicode.h |
enum { kATSUStyleUnequal = 0, kATSUStyleContains = 1, kATSUStyleEquals = 2, kATSUStyleContainedBy = 3 };
Indicates that the contents of the second style object are not equivalent to, contained by, or containing those of the first.
Indicates that the contents of the second style object are contained by those of the first (excluding pointers and handles to reference constants and custom style run attribute tags).
Indicates that the contents of the second style object are equivalent to those of the first (excluding pointers and handles to reference constants and custom style run attribute tags).
Indicates that the contents of the second style object are contained by those of the first (excluding pointers and handles to reference constants and custom style run attribute tags).
The function ATSUCompareStyles passes back a constant of type ATSUStyleComparison to indicate whether two style objects are the same, different, or a subset of one another.
Available beginning with ATSUI 1.0.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)