Board index » delphi » Printing bitmaps driving me mad in Delphi 4.
|
Jonathan Lane
Delphi Developer |
Sun, 23 Dec 2001 03:00:00 GMT
Printing bitmaps driving me mad in Delphi 4.
I cannot seem to get Delphi 4 to reliably print bitmaps. My code is as
follows: printer.BeginDoc; for i := 1 to 20 do printer.canvas.textout(100, 100 + 100*i, 'Printed directly using text bm := tbitmap.create; end; printer.EndDoc; Clearly, this code should print two columns of text, the second column The first column prints fine, however, randomly, some of the bitmaps in the I can't see what I'm doing wrong : please help! Regards, Jon Lane |
