KERNDATA structure (prntfont.h)
The KERNDATA structure is used for describing printer kerning pairs.
Syntax
typedef struct _KERNDATA {
DWORD dwSize;
DWORD dwKernPairNum;
FD_KERNINGPAIR KernPair[1];
} KERNDATA, *PKERNDATA;
Members
dwSize
Specifies the size, in bytes, of KERNDATA structure, including the KernPair array.
dwKernPairNum
Specifies the number of elements in the KernPair array.
KernPair[1]
Is an array of FD_KERNINGPAIR structures.
Remarks
A .ufm file's KERNDATA structures are accessed by a pointer in the file's UNIFM_HDR structure.
Requirements
Requirement | Value |
---|---|
Header | prntfont.h (include Prntfont.h) |