The RASTERIZER_STATUS structure contains information about whether TrueType is installed. This structure is filled when an application calls the GetRasterizerCaps function.
typedef struct _RASTERIZER_STATUS { // rs
short nSize;
short wFlags;
short nLanguageID;
} RASTERIZER_STATUS;
Members
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, TT_ENABLED, or both if TrueType is on the system.
nLanguageID
Specifies the language in the system's SETUP.INF file.
See Also