Skip to content

FID

Data Type : Font
FID - Font ID union.

#include <fontid.h>

Definition :

typedef union FID {
   FONTIDFIELDS x;
   FONTID FontID;
}FID;

Description :

This data structure allows accessing a FONTID as either a DWORD value or as a structure containing 4 byte values. The fields in this structure are:


      x - Access the FONTID as a FONTIDFIELDS structure.

      FontID - Access the FONTID as a single DWORD value.

See Also : FONTID FONTIDFIELDS