Sujet : Re: Changing the font w/ lpr?
De : wNOSPAMp (at) *nospam* gmail.org (pH)
Groupes : comp.os.linux.miscDate : 16. Dec 2024, 23:09:06
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vjq8e2$1aqtu$1@dont-email.me>
References : 1 2
User-Agent : slrn/1.0.3 (Linux)
On 2024-12-16, Chris Ahlstrom <
OFeem1987@teleworm.us> wrote:
pH wrote this post while blinking in Morse code:
>
Hi folks.
>
I like to write my letters using jstar and then print them
like so:
>
pr -o4 -t myfile | lpr
>
After I see the pretty print I can do w/ libreoffice the plain old
10 pitch lineprinter font is kind of clunky.
>
I'd really like to change it to 12 pitch at the least. I'm a long time
WordStar devotee and want to stick w/ good old jstar.
>
I use LO when it seems the thing to do as when I want to embed photos in the
text but....
>
I've not see how/where to change the default pitch for lpr to use.
>
Thanks.
>
Pureheart in Aptos
>
Check out the command-line program "enscript". Here's a line from a script I
wrote years ago, to print out a C/C++ file:
>
enscript -P lp0 --media=Letter --landscape --truncate-lines
--font="LucidaTypewriter7" --columns=2 $1
>
That's for a basic plaintext file, though.
>
Yes, it looks like "enscript" will be my saviour. I now have to experiment
with the font names I have available...the one I was thinking of has spaces
in the name so I tried the double quotes and got a NULL result, printed fine
w/ the default type . I was using the -f toggle, perhaps I'll try the
--font=.
In any case, looks like enscript will do the trick for me.
pH in Aptos