From owner-freebsd-hardware Thu Mar 13 23:21:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA04022 for hardware-outgoing; Thu, 13 Mar 1997 23:21:45 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id XAA03986; Thu, 13 Mar 1997 23:21:29 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id IAA07728; Fri, 14 Mar 1997 08:21:22 +0100 To: Mark Mayo Cc: Sean Kelly , Michael Smith , James FitzGibbon , questions@freebsd.org, hardware@freebsd.org Subject: Re: Poscript on an Brother HL760 ? References: From: Thomas Gellekum Date: 14 Mar 1997 08:21:19 +0100 In-Reply-To: Mark Mayo's message of Fri, 14 Mar 1997 00:40:55 -0500 (EST) Message-ID: <87rahj9bwv.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 27 X-Mailer: Gnus v5.4.25/XEmacs 19.14 Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Mark Mayo writes: > > This is definately by only complaint with Ghostscript.. the fonts really > suck in a large way.. Are there any alternatives out there with better > fonts? Can you even purchase better fonts somewhere? I have a HP DeskJet > (660C) - is there a way I can get good looking fonts under FreeBSD, with a > PCL thingy? Lately, the only reason I boot WinNT is for printing - if I > had better printing under FreeBSD I'd probably newfs the NT drive and be a > happy camper :-) You can use normal Type1 fonts for ghostscript, both PFA and PFB are OK. Some of them can be found in Adobe's Acrobat Reader. Just copy them to /usr/local/share/ghostscript/fonts and add entries at the end of /usr/local/share/ghostscript/4.02/Fontmap like this: /Symbol (Symbol) ; /Times-Roman (Times-Roman) ; /Times-Italic (Times-Italic) ; /Times-Bold (Times-Bold) ; /Times-BoldItalic (Times-BoldItalic) ; The first column contains the fontname, the second the corresponding filename with extensions. Beware of the copyright for the fonts; I think personal use is OK. tg