On Fri, May 27, 2011 at 10:16:38PM +0000, corvid wrote:
I put dillo through nm, and I saw a bunch of Fl_Paged_Device, Fl_PostScript_Printer, T Fl_PostScript_File_Device in there.
I didn't pay any attention when they were all enthusiastic about printer support for a while there. Is there a justifiable reason that this gets pulled in, as opposed to an oversight on their part when #ifdef'ing or something?
It's part of fltk-1.3: http://fltk.org/doc-1.3/classFl__Device.html I never tried it, but it should be possible to draw to a Fl_PostScript_Graphics_Driver just as drawing to the screen. OTOH it would also be simple enough to write dw::core::View that outputs Postscript. I'm not sure what would be the way to go if we want to add printing support. Cheers, Johannes