Carbon


sfntDirectory

Header: SFNTTypes.h

struct sfntDirectory {
    FourCharCode format; 
    UInt16 numOffsets; 
    UInt16 searchRange; 
    UInt16 entrySelector; 
    UInt16 rangeShift; 
    sfntDirectoryEntry table[1];
};

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