KERNINGPAIRS: Difference between revisions
Appearance
Created page with "No Description Available. <PRE> typedef struct _KERNINGPAIRS { SHORT sFirstChar; →[Need definition.]: SHORT sSecondChar; →[Need definition.]: ..." |
No edit summary |
||
Line 12: | Line 12: | ||
</PRE> | </PRE> | ||
[[Category:Data | [[Category:Data type]] |
Latest revision as of 20:55, 25 June 2023
No Description Available.
typedef struct _KERNINGPAIRS { SHORT sFirstChar; /* [Need definition.] */ SHORT sSecondChar; /* [Need definition.] */ LONG lKerningAmount; /* [Need definition.] */ } KERNINGPAIRS; typedef KERNINGPAIRS * PKERNINGPAIRS ;