×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Something I do a lot is hit Escape, which takes us to the editor command line at the bottom.
There, type ?print and hit enter - you'll get the help for printing, with all the options you can use.
I usually use sequenceNumbers off tokenized off. font is available there, too, if you just want to change it for the current printout.
Using a smaller font is useful, to avoid lines wrapping - even the header line usually wraps - and the font used seems to be the same as the display unless you make an explicit specification.
Vern
----- Original Message -----
I would like to print program code from RDP and specify the font
(courier, or maybe IBM3270-LAO-regular-10), but how to do this ?
I use the following LPEX commands to set up the page for printing of source
code:
set default.print.lineNumbers on
set default.print.leftMargin 300
set default.print.topMargin 150
set default.print.bottomMargin 150
I believe you can also specify, for example:
set default.print font "Courier New-bold-10"
(I have never needed to do this as I set the editor font within the LPEX >
APPEARANCE preference, which seems to default for printing as well.)
(I find Liberation Mono to be ideal for edit and print purposes - just my
personal preference.)
LPEX commands are entered at the very bottom of the edit view - type "?" to
get more details.
Hope this helps.
Brian Parkins.
As an Amazon Associate we earn from qualifying purchases.