![]() |
KernTable |
Header: Fonts.h |
struct KernTable { SInt16 numKerns; };
Number of subtable entries.
The font family kerning table structure, which is part of the font family resource, contains a number of kerning subtable entries, with different subtables for different stylistic variations. The table structure, of data type KernTable, consists of a count of the entries in the table and is followed by the entry structures.
Each kerning subtable structure entry, of data type KernEntry, contains kerning pair structures for a specific stylistic variation of the font family. It is followed by the kerning pair structures.
Each kerning pair structure, of data type KernPair, specifies a kerning value for a pair of glyphs. Each glyph in the pair is specified by its ASCII character code. 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)