imm schrieb: > I am not familiar with that code. Can it not be ported to 1.1.8? There > has not been *that* much change in the win32 rendering code in the > meantime. Or... maybe there has?
I started inserting multi-monitor-support but finally decided, I would like to continue using 1.1.7. > Fluid includes code that Mike wrote to print out widgets - it should be > possible to use that code to print out your widgets too, I think. Thank you and Mike, this code solved the problem. I found it is easy to draw directly to the printer. There was only one bad problem - when printing to the DC using fl_draw() the text origin is the point left up, when drawing to FLTK it's the left bottom point, so the text jumps for fl_heigth(), when printing. Using the three fl_draw() versions with a print flag for subtract textheight from y position, it works. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

