Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
KERNPAIR
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
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.
 
Member        Description
────────────────────────────────────────────────────────────────────────────
 
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.
 
See Also
 
GETPAIRKERNTABLE
 
 
                                      ♦