Re: Fonts size for printing vi edit files in SUSELinux
Till Kamppeter <[email protected]> Wed, 10 May 2006 18:17:04 +0200
| Newsgroups | gmane.linux.printing.general |
|---|---|
| Organization | LinuxPrinting.org |
| Message-ID | <[email protected]> |
Lars à strand wrote: > How do I make the size of fonts smaller when I print direct from SUSELinux. > Now I got sam character on next row. > Printer=HP4050 > Fonts= courier Try lpr -o cpi=12 -o lpi=7 file.txt Or use the "lpoptions" command to make these settings the default. See also http://localhost:631/sum.html Till