Carbon


KernEntry

Header: Fonts.h

struct KernEntry {
    SInt16 kernStyle; 
    SInt16 kernLength;
};

Field descriptions

kernStyle

Length of this entry.

kernLength

Style this entry applies to.

Each kerning subtable structure entry contains kerning pair structures for a specific stylistic variation of the font family. It is followed by the kerning pair structures. The fields of the kerning table, kerning subtable entry, and kerning pair structures are described with the 'FOND' resource.


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