Hi All,
I am developing a printer driver which fairly hooks through all the GDI
exposed interfaces.I am right now facing a problem in implementing
Banding.In a band I have got both the text and the bitmap data.GDI gives me
the text first and then the band.When I process text first and write it onto
the spooler and then the bitmap,the text which was in white color doesn’t
appear (probably getting overwritten).I want GDI to send me the band first
and then the text.Is it possible to do this way ?.Is there any other
technique like journaling with which I can accomplish the same?
Thanks.
Best Regards,
Sai Prasad