FONTDATAHEADER STRUC
fdhReserved dw ? ;reserved
fdhFonts dw ? ;number of fonts
fdhLength dw ? ;size of font data, in bytes
FONTDATAHEADER ENDS
The FONTDATAHEADER structure contains information about the number and size of the font descriptions for a code page. This structure is followed immediately by the screen or printer font descriptions.
fdhReserved
Reserved. This field must be 1.
fdhFonts
Specifies the number of fonts (font descriptions) that immediately follow this structure. These font descriptions must contain definitions for characters in the associated code page. For printer devices, no more than one font description can be given, so this field must be 1.
fdhLength
Specifies the size, in bytes, of the font descriptions that immediately follow this structure.