Could anyone explain what is really the purpose of the Print Optimization feature in the Advanced tab of the printer property page?
What does Print Optimization feature do?

Thanks.
alvin

Re: Print Optimization by Carey

Carey
Fri Dec 12 18:09:46 CST 2003

"alvin" <anonymous@discussions.microsoft.com> wrote:

>Could anyone explain what is really the purpose of the Print Optimization feature in the Advanced tab of the printer property page?
>What does Print Optimization feature do?

Mainly it controls device font substitution which speeds up printing by
using resident fonts in the printer rather than downloading soft fonts. It
may also enable/disable other optimizations like scanning for
horizontal/vertical rules, etc. What exactly it does depends on the
specific printer.


--
Carey Gregory
Windows Print Drivers & Components
http://www.gw-tech.com

Re: Print Optimization by anonymous

anonymous
Wed Jan 14 19:31:15 CST 2004

If Print Optimization is set to OFF, is it the same when dmTTOption is set to DMTT_BITMAP?

Re: Print Optimization by anonymous

anonymous
Wed Jan 14 23:11:05 CST 2004

If Print Optimization is set to OFF, is it the same when dmTTOption is set to DMTT_BITMAP


Re: Print Optimization by anonymous

anonymous
Tue Feb 03 03:06:06 CST 2004

When I set the Print Optimization of my driver to ON, the cFonts value becomes 0.
When I set the dmTTOption to DMTT_BITMAP, the cFonts value is 0.
Does the Unidrv control the cFonts value?

thanks!


Re: Print Optimization by anonymous

anonymous
Tue Feb 03 04:01:12 CST 2004

cFonts is DEVINFO's cFonts, retrieved during IPrintOEMUni::EnablePDEV.

----- alvin wrote: -----

When I set the Print Optimization of my driver to ON, the cFonts value becomes 0.
When I set the dmTTOption to DMTT_BITMAP, the cFonts value is 0.
Does the Unidrv control the cFonts value?

thanks!