The information in this article applies to:
SUMMARYSome printers have TrueType (TT) fonts built into the printer. Printer drivers can increase their throughput by using the printer's internal TrueType device fonts instead of downloading the fonts to the printer. MORE INFORMATION
To get an accurate representation of printer supported TrueType fonts on
the display, there must be an associated TT font that is installed on the
system. The printer manufacturer or driver developer has the responsibility
of providing TT fonts that match the printer's TT fonts. The TT fonts must
be installed by using the Control Panel Fonts or by using the respective
Windows API AddFontResource function.
EngineDeleteFontThe Enginexxxx functions are entry points into the Windows TT rasterizer. These functions allow a printer driver to treat TT fonts as device fonts. By using its EnumDFonts() function, a printer driver can enumerate all the TT fonts on the system, compare them with the printer's TT fonts and return only the TT fonts that match. Then in the printer driver's ExtTextOut() function, the Enginexxxx realized TT font can be mapped to the printer's TT font and the associated printer escapes can be sent to the printer instead of downloading a load of raster data. Additional query words: 3.10 glyph outline
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |