typedef struct tagKERNPAIR {
union {
BYTE each [2];
WORD both;
} kpPair;
short kpKernAmount;
} KERNPAIR;
The KERNPAIR structure contains the amount of kerning to apply to a given pair of characters.
kpPair
Specifies the character pair. This 2-byte member contains the character codes in the order in which the pair is to be printed.
kpKernAmount
Specifies the amount of kerning to apply to the character pair.