The DirEntry structure contains a unique ordinal that identifies an individual font in the font resource group.
struct DirEntry {
WORD fontOrdinal;
};
Member
fontOrdinal
Specifies a unique ordinal identifier for an individual font in a font resource group.
Remarks
The FontDirEntry structure for the specified font directly follows the DirEntry structure for that font.
See Also