Jump to content

KERNINGPAIRS

From EDM2
Revision as of 20:55, 25 June 2023 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

No Description Available.


typedef struct _KERNINGPAIRS {
  SHORT     sFirstChar;      /*  [Need definition.] */
  SHORT     sSecondChar;     /*  [Need definition.] */
  LONG      lKerningAmount;  /*  [Need definition.] */
} KERNINGPAIRS;

typedef   KERNINGPAIRS   * PKERNINGPAIRS ;