[Need description.]

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

typedef   KERNINGPAIRS   * PKERNINGPAIRS ;


[Back] [Next]