RE: DMTT_BITMAP by anonymous
anonymous
Tue Feb 03 02:56:09 CST 2004
When the value of my driver's dmTTOption is DMTT_BITMAP, the device fonts supported by the driver cannot
be displayed anymore. I use EnumFontFamiliesEx API to display the fonts
Also, when I used GetDeviceCaps, NUMFONTS is 0
Is there a possibility that Unidrv removes Device Fonts support when DMTT_BITMAP is set
Anybody experienced this already
TI
alvi
----- alvin wrote: ----
I am developing a printer for Windows 2000 using Unidrv
Currently, TrueType Fonts printing is supported with Download as Soft Fonts and Device Font substitution options
These are represented in the DEVMODE as 0x2 (DMTT_DOWNLOAD) and 0x3 (DMTT_SUBDEV)
I want to add 0x1 (DMTT_BITMAP) support. How will I do it
Any information is really appreciated
Thanks
alvin