|
From: | Fred Kiefer |
Subject: | Re: Printing not working at all... |
Date: | Mon, 18 Jul 2016 00:00:09 +0200 |
Am 17.07.2016 um 20:41 schrieb Gregory Casamento <greg.casamento@gmail.com>:
Yes, we are calling this once per physical page. There may be multiple logical pages being printed on one physical page, but for these that method wont be called.
My impression is that the scaling is most likely wrong. You scale the width of the frame to the width of the page. This is definitely wrong when multiple logical pages get printed on one physical. But I think it is also wrong when we have to split up one view on multiple pages. In that case we should print vertical strips of the view on different pages. We may not be doing this, or not doing it correctly but scaling to fit is no option here. One last thing, in GNUstep we switched to CGFloat some years ago. Could you please use this type in your final solution? Thank you Fred |
[Prev in Thread] | Current Thread | [Next in Thread] |