The FONTGROUPHDR structure contains the information necessary for an application to access a specific font. The structure definition provided here is for explanation only; it is not present in any standard header file.
struct FONTGROUPHDR {
WORD NumberOfFonts;
DIRENTRY DE [1];
};
The FONTGROUPHDR structure follows the data for the individual fonts in the .RES file. The resource compiler automatically adds the FONTGROUPHDR structure, generally as the last entry in the file.
Resources Overview, Resource Structures, DIRENTRY, FONTDDIRENTRY