BUG: Printer Driver Receives "bigfonts" When Not SupportedLast reviewed: January 5, 1995Article ID: Q111653 |
The information in this article applies to:
SYMPTOMSIf the installed display driver of a Windows 3.1 installation supports raster fonts that are greater than 64K, then any printer driver on the system is expected to support the fonts, even if [GetDeviceCaps(hPrnDC, RASTERCAPS) & RC_BIGFONT] returns NULL for the printer driver.
CAUSEIn some cases, the printer driver will call the display driver to perform certain GDI operations. Windows expects that 64K and greater fonts will eventually be drawn by the display driver instead of the printer driver. This assumption causes Windows to believe that a printer driver will support these fonts, even if it does not.
STATUSMicrosoft has confirmed this to be a bug in Windows version 3.1. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional reference words: buglist3.10 3.10 bigfonts big fonts
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |