Jump to content

KERNINGPAIRS

From EDM2

No Description Available.


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

typedef   KERNINGPAIRS   * PKERNINGPAIRS ;