On Thu, Oct 25, 2001 at 09:02:04AM -0700, Rich Shepard wrote:
>   I've asked for help on this partiular problem from the local linux users
> group, the newsgroup comp.lang.postscript, and by reading all the
> ghostscript docs I can find. So far it's been left unsolved.
> 
>   I want, ultimately, to add new Type1 fonts to LyX and the first step is to
> add them to ghostscript and to have ghostscript recognize and use them. I've
> done the first step but cannot get ghostscript to use them. Let me explain.

[snip]
 
>   2) Is there another way for me to verify that ghostscript recognizes and
> uses the newly added fonts?

What I've done when I've been adding new fonts is create a sample sheet,
using the existing ghostscript sample sheet...

I've written myself a script to make sample sheet postscript files for
all the fonts on my system -- here's the line inside the loops that does
the work:

echo /${fname} DoFont | \
gs -sDEVICE=pswrite -sOutputFile=${fname}.ps `locate prfont.ps`

where $fname is the proper name of the font and "prfont.ps" is the
sample-font file which comes with ghostscript, which expects a font-name
as input.

You can then view the resultant postscript file with gv, or print it
out.  It's usually three pages long, shows every character in the font.

Kathryn Andersen
-=-=-=-=-=-=-=-=-
Timothy: I can't do anything right.
Data: You are making an unwarranted extrapolation.
        (Star Trek: The Next Generation - Hero Worship, Stardate 45397.3)
-- 
 _--_|\     | Kathryn Andersen          <[EMAIL PROTECTED]>
/      \    |   <http://www.katspace.com>
\_.--.*/    |   
      v     | #include "standard/disclaimer.h"
------------| Melbourne -> Victoria -> Australia -> Southern Hemisphere
Maranatha!  |   -> Earth -> Sol -> Milky Way Galaxy -> Universe

Reply via email to