The information in this article applies to:
SUMMARYThe DOWNLOADFACE printer escape is not documented in versions 3.0 or 3.1 of the Microsoft Windows Software Development Kit (SDK) or of the Microsoft Windows Device Development Kit (DDK). The text below provides documentation for this particular printer escape. MORE INFORMATIONAdd the following line to WINDOWS.H header file to define the DOWNLOADFACE escape:
The following documentation for the DOWNLOADFACE escape is in the same
format used in the Windows SDK documentation.
The escape is used to determine if a font is a downloadable font (soft font
or TrueType) or to force the font definition to be downloaded to the
printer.
Return ValueThis escape returns -1 if the font is not downloadable and 1 if it is downloadable. The escape also returns a 1 if the font was successfully downloaded to the printer and -1 if the download failed.GETVERSION This escape was intended to return the version number of the driver. Considering that the PostScript driver still returns 100, it probably is not very useful. Besides, we want people to avoid driver dependency whenever possible. Aldus added it for PageMaker versions starting at 3.1.SETDIBSCALING This was done before the StretchDIB function was created. We do not want people to use this, so please do not document it. It provides no additional support beyond StretchDIB. Additional query words: 3.00 3.10 docerr DDKPRINT
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |