![]() |
TXNATSUIFeatures |
Header: MacTextEditor.h |
Contains information about ATSUI font features.
struct TXNATSUIFeatures { ItemCount featureCount; ATSUFontFeatureType *featureTypes; ATSUFontFeatureSelector *featureSelectors; };
The number of features described in this structure.
A pointer to a variable of type ATSUFontFeatureType. The ATSUFontFeatureType type represents the attributes of a particular font feature, such as the presence of ligatures in a font.
A pointer to a variable of type ATSUFontFeatureSelector. The ATSUFontFeatureSelector type represents the state of a feature (on or off).
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)