Comment #4 on issue 3255 by
[hidden email]: It should be possible
to print text from help browser to printer
http://code.google.com/p/pharo/issues/detail?id=3255Try the following:
|printer|
printer := TextPrinter new.
printer bestColor.
printer printText: 'HelloWorld'
Anyone able to confirm the platforms that supports this (Linux, Mac, ...)?
Its primitive: 232 (see Form>>primPrintHScale:vScale:landscape:)
"On platforms that support it, this primitive prints the receiver, assumed
to be a Form, to the default printer."