GpiQueryKerningPairs
Appearance
This function returns kerning pair information for the logical font identified by the current value of the character set attribute.
Syntax
lReturned = GpiQueryKerningPairs(hps, lCount, akrnprData)
HPS hps; /* Presentation-space handle. */ LONG lCount; /* Number of elements in akrnprData. */ PKERNINGPAIRS akrnprData; /* Kerning pairs. */ LONG lReturned; /* Number returned and error indicators. */