The FontGroupHdr structure contains the information necessary for an application to access a specific font.
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.