With newer releases of ghostscript quality versions of the standard 35
Type 1 PostScript fonts are shipped. They were donated and licenced
under the GPL by URW. You can get this package together with a custom
made fonts.dir and
fonts.scale file (which is the same as the fonts.dir file)
from here.
The fonts.dir was specially made to
match the original Adobe names of the fonts, e.g. Times, Helvetica
etc. With XFree86, these fonts are a must to have!
Just make sure that the fontpath lists the 75dpi or 100dpi bitmap
fonts before the URW fonts, and make sure you have the string
":unscaled" appended to the bitmap font's fontpath. This way,
the bitmap fonts will be used if they match, and the Type 1 versions
will be used if the font needs to be scaled (this may only work with
XFree86...). Below is the relevant section from a typical XF86Config file.
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
EndSection
The package has a file called Fontmap from the ghostscript
distribution. Please refere to this file for more info on licensing,
copyright and information about the fonts and URW.
|