◄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 ♦