> Just to keep you informed: I've copied the fluid printer dialog and
> started to integrate it in the PS printing functions. The dialog works,
> and I can get the values, but there are lots of global variables and
> functions that need adjustments. But I'm making progress. Nothing yet
> to show or commit, however.
> Albrecht

Albrecht: How to connect your work with the existing code:

All should go into member functions
Fl_PS_Printer::start_job() and Fl_PS_Printer::end_job()
at the very end of the (too big) file src/Fl_PS_Printer.cxx

I have commented these to clarify what to transmit, under the
expectation that a temporary PostScript file name would be exchanged.
If it's more convenient for you to transmit a FILE * (e.g., pipe, or
close on delete) you will have to change things a little bit more.

But you may know that already by now.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to