--- yes/no/maybe
> From [EMAIL PROTECTED] Fri Mar 1 06:44:22 2002
> Subject: Quick ifhp question
> From: Gerry Maddock <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Date: 01 Mar 2002 09:39:48 -0500
>
> Hello Patrick, first off, LPRNG and ifhp rocks! I was just wondering if
> there is a way to set font size with the ifhp print filter. I checked
> the ifhp man page and howto, but didnt see anything.
>
## the HMI (Horizontal Motion Index)
## this is dangerous...
## This is the number of 1/120 inch unit per character
## i.e. - 120 unit per inch
## If you want 10 cpi, you want HMI = 120/10 = 12
hmi=12
pcl_hmi=\033&k\%d{hmi}H
## the VMI (Vertical Motion Index)
## this is dangerous...
## This is the number of 1/48 inch unit per line
## i.e. - 48 unit per inch
## If you want 6 lines per inch, you want HMI = 48/6 = 8
## If you want 8 lines per inch, you want HMI = 48/8 = 6
## If you want 12 lines per inch, you want HMI = 48/12 = 4
vmi=8
pcl_vmi=\033&l\%d{vmi}C
## the LPI (Lines Per Inch) - inverse of VMI
## This is the lines per line
## If you want 6 lines per inch, you want LPI = 6
lpi=6
pcl_lpi=\033&l\%d{lpi}D
## pitch for fixed spaced font
## in characters per inch
pitch=10
pcl_pitch=\033(s\%3.2f{pitch}H
You can try:
lpr -Zpitch=16,vmi=4
Give you 16CPI, and 12 lpi
--------------------------
Your original email ended up in my Spam Collection Sack, and this
is not the best place for it. This could be due to that fact
that you sent it directly to me, or you sent it to the LPRng mailing
list and you were not subscribed to it. Or you might be trying to
beat the list security and were sending to lprng-owner and expecting
to spam the list :-)
If you are subscribed to the mailing list, then you might have
sent it from a site or address different than the one that you
registered with. If the latter is the case and you want to post
from this address then send me, Patrick Powell <[EMAIL PROTECTED]>,
email describing the problem with:
LPRNGMAIL
in the SUBJECT line so my junk mail purging system will not toss
it into the bit shredder (we shred our email for security reasons).
In fact, if you have any problems with the list, send me email
with LPRNGMAIL in the header.
The best way to get answers is via the LPRng mailing list, which
I peruse on a fairly frequent basis.
To subscribe, send mail to:
[EMAIL PROTECTED]
with the single line:
subscribe
in the body.
This reply is sent by a semiautomatic system, and the real
person may be drinking coffee at the present time...
so my apologies for the one-size-fits-all message.
Patrick Powell Astart Technologies,
[EMAIL PROTECTED] 9475 Chesapeake Drive, Suite D,
Network and System San Diego, CA 92123
Consulting 858-874-6543 FAX 858-279-8424
LPRng - Print Spooler (http://www.lprng.com)
-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body. For the impatient,
to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED]
with: | example:
subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------