PRB: GetCharWidth() Function in Printer Driver Is Never CalledLast reviewed: March 16, 1995Article ID: Q72134 |
The information in this article applies to:
SYMPTOMSWhen a printer driver that defines the GetCharWidth(), ExtTextOut(), and FastBorder() functions is installed in Microsoft Windows versions 3.0 or 3.1, these functions in the driver are never called by the Windows graphics device interface (GDI).
CAUSEIn the driver's GDIINFO data structure, the RC_GDI20_OUTPUT bit is not set in the dpRaster field.
RESOLUTIONSet the dpRaster field of the GDIINFO structure to contain RC_GDI20_OUTPUT (0x0010h).
|
Additional reference words: 3.00 3.10 DDKPRINT
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |