Carbon


sfntFeatureName

Header: SFNTTypes.h

struct sfntFeatureName {
    UInt16 featureType; 
    UInt16 settingCount; 
    SInt32 offsetToSettings; 
    UInt16 featureFlags; 
    UInt16 nameID;
};

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)