![]() |
KernPair |
Header: Fonts.h |
struct KernPair { char kernFirst; char kernSecond; SInt16 kernWidth; };
Code of 1st character of kerned pair.
Code of 2nd character of kerned pair.
Kerning value in 1pt fixed format.
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)