msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
KERNINGPAIRS (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_GPILCIDS
 
typedef struct _KERNINGPAIRS {    /* krnpr */
    SHORT sFirstChar;
    SHORT sSecondChar;
    SHORT sKerningAmount;
} KERNINGPAIRS;
 
The KERNINGPAIRS structure contains kerning-pair information for a logical
font.
 
Field           Description
────────────────────────────────────────────────────────────────────────────
 
sFirstChar      Specifies the code-point for the first character in the
                kerning-pair.
 
sSecondChar     Specifies the code-point for the second character in the
                kerning-pair.
 
sKerningAmount  Specifies the amount of kerning between the pair of
                characters. This amount is always specified in world
                coordinates.
 
See Also
 
GpiQueryKerningPairs