Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #37: heavy gravity fluctuation, move computer to floor rapidly


comp / comp.os.linux.misc / Re: Changing the font w/ lpr?

SubjectAuthor
* Re: Changing the font w/ lpr?Fritz Wuehler
`- Re: Changing the font w/ lpr?pH

1
Subject: Re: Changing the font w/ lpr?
From: Fritz Wuehler
Newsgroups: comp.os.linux.misc
Organization: dizum.com - The Internet Problem Provider
Date: Mon, 16 Dec 2024 01:20 UTC
References: 1
From: fritz@spamexpire-202412.rodent.frell.theremailer.net (Fritz Wuehler)
Subject: Re: Changing the font w/ lpr?
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
References: <vjnink@dont-email.me>
Message-ID: <85db7eab5ffcbe4e429f5bc168ed1826@msgid.frell.theremailer.net>
Date: Mon, 16 Dec 2024 02:20:52 +0100
Newsgroups: comp.os.linux.misc
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.mixmin.net!news2.arglkargh.de!alphared!sewer!news.dizum.net!not-for-mail
Organization: dizum.com - The Internet Problem Provider
X-Abuse: abuse@dizum.com
Injection-Info: sewer.dizum.com - 2001::1/128
View all headers

pH <wNOSP...@gmail.org> [p]:
p> I like to write my letters using jstar and then print them like so:
p>
p> pr -o4 -t myfile | lpr
p>
p> I'd really like to change it to 12 pitch at the least

Assuming that your printer driver can handle postscript, try enscript
with a fixed width font:

pr -o4 -t myfile | enscript --font Courier@12 -B | lpr

If your printer doesn't speak postscript, but does speak PDF,
just add another step to the above pipe:

pr -o4 -t myfile | enscript --font Times-Roman@12 -B | ps2pdf - - | lpr

Subject: Re: Changing the font w/ lpr?
From: pH
Newsgroups: comp.os.linux.misc
Organization: A noiseless patient Spider
Date: Mon, 16 Dec 2024 22:24 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wNOSPAMp@gmail.org (pH)
Newsgroups: comp.os.linux.misc
Subject: Re: Changing the font w/ lpr?
Date: Mon, 16 Dec 2024 22:24:48 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 29
Message-ID: <vjq9bg$1aqtu$2@dont-email.me>
References: <vjnink@dont-email.me>
<85db7eab5ffcbe4e429f5bc168ed1826@msgid.frell.theremailer.net>
Injection-Date: Mon, 16 Dec 2024 23:24:48 +0100 (CET)
Injection-Info: dont-email.me; posting-host="677fae38ec6bd98eeaf17668e54ec688";
logging-data="1403838"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19+vqbf2/qEEX4EscSleyrWEgKvgRPHqCc="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:CyR+zH8EuHd1PubwpV+PEsYaMQ8=
View all headers

On 2024-12-16, Fritz Wuehler <fritz@spamexpire-202412.rodent.frell.theremailer.net> wrote:
> pH <wNOSP...@gmail.org> [p]:
> p> I like to write my letters using jstar and then print them like so:
> p>
> p> pr -o4 -t myfile | lpr
> p>
> p> I'd really like to change it to 12 pitch at the least
>
> Assuming that your printer driver can handle postscript, try enscript
> with a fixed width font:
>
> pr -o4 -t myfile | enscript --font Courier@12 -B | lpr
>
> If your printer doesn't speak postscript, but does speak PDF,
> just add another step to the above pipe:
>
> pr -o4 -t myfile | enscript --font Times-Roman@12 -B | ps2pdf - - | lpr
>

Works like a charm...I'm in business. I didn't even have to use 'pr' or
'lpr'

enscript --font Times-Roman@12 -B myfile_to_print

worked fine.

Thanks, everyone.

pH

1

rocksolid light 0.9.8
clearnet tor