I have a printer driver for Windows 2000 using Unidrv.
I made an application to modify the values of the DEVMODE of the driver using SetPrinter and GetPrinter.
When I set the dmTTOption to DMTT_BITMAP, the driver cannot support Device Fonts anymore.
What I understand, dmTTOption specifies only how True Type Fonts will be printed.
Why this phenomenon occurs?
Could anyone give some explanation or some written materials explaning this behavior?

Thanks.
alvin

RE: dmTTOption : Resp by anonymous

anonymous
Thu Jan 22 02:26:05 CST 2004

Repost...sorry...

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

I have a printer driver for Windows 2000 using Unidrv.
I made an application to modify the values of the DEVMODE of the driver using SetPrinter and GetPrinter.
When I set the dmTTOption to DMTT_BITMAP, the driver cannot support Device Fonts anymore.
What I understand, dmTTOption specifies only how True Type Fonts will be printed.
Why this phenomenon occurs?
Could anyone give some explanation or some written materials explaning this behavior?

Thanks.
alvin