Carbon


TXNATSUIFeatures

Header: MacTextEditor.h

Contains information about ATSUI font features.

struct TXNATSUIFeatures {
    ItemCount featureCount; 
    ATSUFontFeatureType *featureTypes; 
    ATSUFontFeatureSelector *featureSelectors;
};

Field descriptions

featureCount

The number of features described in this structure.

featureTypes

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.

featureSelectors

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)