.
The GetKerningPairs API
11/3/2009 10:39:21 AM - anonymous
.
static extern uint GetKerningPairs(IntPtr hdc, uint nNumPairs,
.
[Out] KERNINGPAIR [] lpkrnpair);
.
.
The GetKerningPairs API
11/3/2009 10:39:21 AM - anonymous
.
struct KERNINGPAIR
.
public KERNINGPAIR( ushort wFirst, ushort wSecond, int iKernAmount )
.
Structure KERNINGPAIR
.