Hey there! I'm new to FLTK, and I got some Linux code that uses an ancient version of FLTK (v1.0). I need to add printing to the application. I was planning to use the following scheme: 1) generate HTML from external data using my own parser, 2) display it with an Fl_Help_View widget, 3) then generate a PostScript file from HTML using html2ps, 4) send it to printer.
I wonder, can I neatly print the contents of the Fl_Help_View in FLTK v1.3.x using Fl_Printer? And, more to it, I need to print some not-Latin characters (e.i. Cyrillic). Thanks in advance! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

