typedef struct _INFO { /* inf */
short nSize;
short wFlags;
} INFO;
The INFO structure contains information about whether TrueType is installed. This structure is filled when an application calls the GetRasterizerCaps function.
nSize
Specifies the size (in bytes) of the INFO structure.
wFlags
Specifies whether at least one TrueType font is installed and whether TrueType is enabled. If bit 0 is set, at least one TrueType font is installed. If bit 1 is set, TrueType is enabled.