◄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 ♦