KernIndexArrayHeader |
||
| Mac OS X header: | ApplicationServices/ApplicationServices.h | |
| Mac OS 9 header: | SFNTLayoutTypes.h | |
struct KernIndexArrayHeader {
UInt16 glyphCount;
UInt8 kernValueCount;
UInt8 leftClassCount;
UInt8 rightClassCount;
UInt8 flags;
SInt16 kernValue[1];
UInt8 leftClass[1];
UInt8 rightClass[1];
UInt8 kernIndex[1];
};
© 2001 Apple Computer, Inc. (Last Updated 7/21/2001)