If you look at TextPrinter, there is already support for cross
platform printing built in.  Not necessarily as fully featured as I'd
like, but it does work.

At it's core, it allows for seding a form to a printer, so you should
be able to send anything that you can compose in Pharo directly to the
printer.  That call is:

Form>>primPrintHScale:vScale:landscape:

I've used it fairly successfully in the past, although I find that you
definitely need the form to be in the deepest display depth (32) to
get the coloring right (or even black and white, for that matter).

-Chris

_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to