Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WIDTHTABLE structure is used to define the contents of Unidrv font metrics files (.ufm files).
Syntax
typedef struct _WIDTHTABLE {
DWORD dwSize;
DWORD dwRunNum;
WIDTHRUN WidthRun[1];
} WIDTHTABLE, *PWIDTHTABLE;
Members
dwSize
Specifies the size, in bytes, of the WIDTHTABLE structure, including the WidthRun array.
dwRunNum
Specifies the number of elements in the WidthRun array.
WidthRun[1]
Is an array of WIDTHRUN structures.
Remarks
A .ufm file's WIDTHTABLE structure, which describes character widths, is accessed by a pointer in the file's UNIFM_HDR structure.
Requirements
Requirement | Value |
---|---|
Header | prntfont.h (include Prntfont.h) |