Skip site navigation (1)Skip section navigation (2)
Date:      14 Mar 1997 08:21:19 +0100
From:      Thomas Gellekum <tg@ihf.rwth-aachen.de>
To:        Mark Mayo <mark@quickweb.com>
Cc:        Sean Kelly <kelly@fsl.noaa.gov>, Michael Smith <msmith@atrad.adelaide.edu.au>, James FitzGibbon <james@nexis.net>, questions@freebsd.org, hardware@freebsd.org
Subject:   Re: Poscript on an Brother HL760 ?
Message-ID:  <87rahj9bwv.fsf@ghpc6.ihf.rwth-aachen.de>
In-Reply-To: Mark Mayo's message of Fri, 14 Mar 1997 00:40:55 -0500 (EST)
References:  <Pine.BSF.3.95q.970314003622.18855A-100000@vinyl.quickweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mark Mayo <mark@quickweb.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87rahj9bwv.fsf>