The information in this article applies to:
SYMPTOMSIn the Microsoft Windows environment, when the Windows version 3.1 PostScript printer driver is installed and an application specifies a nonzero value in the lfItalic member of a LOGFONT data structure to create an italic font, text prints in a normal (nonitalic) font. CAUSEThe driver checks only the Least-Significant Bit (LSB) of the lfItalic field to determine whether the specified font is italic. RESOLUTIONSpecify the value 1 to create an italic font. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATION
The documentation for the lfItalic member of the LOGFONT data structure on page 308 of the "Microsoft Windows Software Development Kit: Programmer's Reference, Volume 3: Messages, Structures, and Macros" manual for version 3.1 states that an application can specify an italic font by placing any nonzero value into this member. This procedure works correctly on all the display and printer drivers provided with Windows 3.1 except for the PostScript printer driver. The Windows version 3.0 PostScript printer
driver also accepts this procedure.
Additional query words: buglist3.10 buglist3.00 3.10 3.00
Keywords : kbDSupport kbSDKWin16 |
Last Reviewed: July 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |