Carbon


sfntDirectoryEntry

Header: SFNTTypes.h

struct sfntDirectoryEntry {
    FourCharCode tableTag; 
    UInt32 checkSum; 
    UInt32 offset; 
    UInt32 length;
};

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