Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 1997 16:50:44 -0600 (CST)
From:      Dave Bodenstab <imdave@mcs.net>
To:        kline@thought.org, questions@FreeBSD.ORG
Subject:   Re: Hershey fonts...
Message-ID:  <199710262250.QAA07914@imdave.pr.mcs.net>

next in thread | raw e-mail | index | archive | help

> From: Gary Kline <kline@thought.org>
> Is there any way to use|print the fonts in the ghostscript fonts
> directory? Specifically, the several Hershey typefaces?

You mean "use with ghostscript"?  If so, then yes... make sure your
ghostscript Fontmap has entries for the fonts in question (the following
excerpt is straight from the gs5.03 distribution):

      % Fonts converted from Hershey outlines.  These are constructed and
      % maintained manually.  These are also in the public domain.
      %
      % Fonts created by Thomas Wolff <wolff@inf.fu-berlin.de>, by adding
      % accents, accented characters, and various other non-alphabetics
      % to the original Hershey fonts.  These are "freeware", not to be sold.
      /Hershey-Gothic-English		(hrger.pfa)	;
      /Hershey-Gothic-German		(hrgrr.pfa)	;
	:
	:
       etc.

You can also preview any of the ghostscript fonts with:

Type this
 |
 |    bash$ gs prfont.ps
 |    Aladdin Ghostscript 5.03 (1997-8-8)
 |    Copyright (C) 1997 Aladdin Enterprises, Menlo Park, CA.  All rights reserved.
 |    This software comes with NO WARRANTY: see the file PUBLIC for details.
 +->  /Hershey-Gothic-English DoFont
      Loading Times-Roman font from /usr/local/share/ghostscript/fonts/tir_____.pfb... 1965300 591291 1300092 13695 0 done.
      GS>Loading Hershey-Gothic-English font from /usr/local/share/ghostscript/fonts/hrger.pfa... 1985392 621984 1300092 18820 0 done.
      Substituting .notdef for backslash
      Substituting .notdef for backslash
      Substituting .notdef for backslash
      >>showpage, press <return> to continue<<
      >>showpage, press <return> to continue<<
      >>showpage, press <return> to continue<<
      GS>
      GS>^D
      bash$

See the comments at the end of prfont.ps


Dave Bodenstab
imdave@mcs.net




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