The driver is a customization of Microsoft UniDrv for Win2k included
in DDK.
The problem I'm facing is that Acrobat Reader 6.0 dosen't call the
DrvTextOut function, it calls DrvBitBlt instead. However, Acrobat
Reader 5.0 calls DrvTextOut, but there is another problem.
Driver cannot load font data associated with the PDF file, beacuse
font names seem to be random and they cannot be identified by
GetTTUnicodeGlyphIndex.
Now, I'll be thankfull if someone could provide info on how to tell
Acrobat Reader 6.0 call DrvTextOut instead of DrvBitBlt. And where and
how to locate temporary fonts used by Acrobat when printing.
Thanks