PRB: Font Dialog Box Lists Fonts Not Supported by PrinterLast reviewed: October 30, 1995Article ID: Q137035 |
The information in this article applies to:
SYMPTOMSThe Font dialog box shows fonts with certain styles not supported by the current printer, even after setting the Flags property in the Common Dialog control to the PrinterFonts constant.
CAUSEIf the Flags property is set to PrinterFonts only, the Font dialog box may still allow graphic device interface (GDI) simulation.
RESOLUTIONThis can be resolved by setting the Flags property to two constants merged together using the Or operator. These constants are PrinterFonts and NoSimulations.
STATUSThis behavior is by design.
MORE INFORMATION
Step-By-Step Example
REFERENCESFor a more complete description of the Flag property constants, please see the Language Reference, the Constant.txt file in Visual Basic 3.0, and the Object Browser in Visual Basic 4.0.
|
Additional reference words: 4.00 3.00 vb4win vb4all
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |