Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
KERNTRACK
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
typedef struct tagKERNTRACK {
    short ktDegree;
    short ktMinSize;
    short ktMinAmount;
    short ktMaxSize;
    short ktMaxAmount;
} KERNTRACK;
 
The KERNTRACK structure contains information used to adapt kerning values
for scaled fonts.
 
Member       Description
────────────────────────────────────────────────────────────────────────────
 
ktDegree     Specifies the degree.
 
ktMinSize    Specifies the minimum size.
 
ktMinAmount  Specifies the minimum amount.
 
ktMaxSize    Specifies the maximum size.
 
ktMaxAmount  Specifies the maximum amount.
 
See Also
 
GETTRACKKERNTABLE
 
 
                                      ♦