typedef struct tagRASTERIZER_STATUS { /* rs */
int nSize;
int wFlags;
int nLanguageID;
} RASTERIZER_STATUS;
The RASTERIZER_STATUS 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 RASTERIZER_STATUS structure.
wFlags
Specifies whether at least one TrueType font is installed and whether TrueType is enabled. This value is TT_AVAILABLE and/or TT_ENABLED if TrueType is on the system.
nLanguageID
Specifies the language in the system's SETUP.INF file. For more information about Microsoft language identifiers, see the StringTable structure.