Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
GetRasterizerCaps
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
void GetRasterizerCaps(lpInfo, cBytes)
LPTTINFO lpInfo;
WORD cBytes;
 
The GetRasterizerCaps function retrieves information about TrueType, such as
whether TrueType fonts are installed and whether the TrueType rasterizer is
operating.
 
Import Module.Ordinal: GDI.313.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
lpInfo     Points to a TTINFO structure that receives information about
           TrueType fonts.
 
cBytes     Specifies the number of bytes to copy to the TTINFO structure.
 
Return Value
 
This function has no return value.
 
Comments
 
A driver should call this function to determine whether TrueType is
available. TrueType is not available if Windows is running in real mode, or
the user has disabled TrueType from the Control Panel, or no TrueType fonts
have been installed.
 
See Also
 
TTINFO