|
From: | Gregory Casamento |
Subject: | Re: Printing not working at all... |
Date: | Sun, 17 Jul 2016 05:57:40 -0400 |
Hi Greg,
to me it looks like you change tries to optimise the case where a view gets printed on a single page. Have you tried to print out a long text document which spans multiple pages after your change?
All the complicated calculations are in NSPrintOperation.m (specifically in the method _displayPageInRect:withInfo:knowsPageRange:) and maybe something similar to your changes is missing there?
Perhaps you could first explain which issue with printing you are trying to resolve?
At the moment it looks to me like your goal is "Print one view on one page" and this is clearly wrong. But most likely I misunderstand the aim of your change.
Fred
On the road
Am 17.07.2016 um 03:43 schrieb Gregory Casamento <greg.casamento@gmail.com>:
> Hey Fred/Riccardo,
>
> I have just committed my changes for printing which should alight the existing top level view being printed with the page dimensions. I am unsure of this change, but it seems to work.
>
> I tested with Ink and it aligns to the top and I tested with Graphos. Graphos still works properly. Please take a look and let me know what you think. If it belongs someplace else, then let me know. It works better than what we had before. Please I would very much like any input people have.
>
> Thanks, GC
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep
[Prev in Thread] | Current Thread | [Next in Thread] |