|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| wingdi.h
| Unicode
| No
| Platform Notes
| None
|
|
|
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.
See Also
GetRasterizerCaps
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|