Jump to content

GpiQueryKerningPairs

From EDM2
Revision as of 05:06, 28 January 2020 by Ak120 (talk | contribs) (Created page with "This function returns kerning pair information for the logical font identified by the current value of the character set attribute. ==Syntax== lReturned = GpiQueryKerningPai...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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. */