
GS 3.51 on PC doesn't seem to find fonts
I found the problem why GS3.51 didn't find fonts.
Apparently (I looked into the code in gs_fonts.ps), GS3.51 now either
lookups fonts in the GS_FONTPATH or in the fontmap, but not both.
I couldn't find this in the documentation, so I don't know if this is a
deliberate change or a bug. The code looks quite deliberate I would say.
So: if you want your fontmap to be used, do NOT set the GS_FONTPATH
variable, but rather add the font paths to your GS_LIB variable.
In my case I had to use the fontmap, because I have a TimesNewRoman font
that I want to use as TimesRoman, so I have top put the alias in fontmap.
If you don't need aliases and all your fonts contain the proper names in
them, you can get rid of the fontmap and use GS_FONTPATH exclusively.
I must say that I am not happy with this choice.
--
http://www.cs.ruu.nl/~piet