Looking for a resource pointer so that I don't spend a lot of time wasting other's time.
Currently I have a small test program that works as proof of concept. When I ported the concept to my actual program (which was printing using DrawText) I made some kind of mistake and print the approximate number of totally blank pages. I'm baffled and don't have a simple enough chunk of code to post here. I am printing inside of the VectorOutputHeight() and VectorOutputWidth() box (which was the initial problem).
When you set up for a printer:
Code: Select all
[PrintRequester()
StartVectorDrawing(PrinterVectorOutput())
Any sage advice would be greatly appreciated
-Glenn