RASTERIZER_STATUS

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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.

See Also

Fonts and Text Overview, Font and Text Structures, GetRasterizerCaps