The PostScript 35 Fonts and the URW Equivalents

There are 35 fonts which are considered standard to all PostScript level 1 and 2 interpreters. Level 3 defines rather more fonts, of which these 35 are a subset. URW has kindly donated free versions of these fonts to the world, but under different names from the standard Adobe ones. Hence these tables for getting from one name to the other...

In most cases these tables are unnecessary: your application will know about the equivalance, and use the correct URW font if given an Adobe name and it has not Adobe fonts. However, there are unfortunately times when these tables are useful...

Families

AdobeURW
AvantGardeGothic
BookmanBookman
CourierNimbus Mono
HelveticaNimbus Sans
New Century SchoolbookCentury Schoolbook
PalatinoPalladio
Times RomanNimbus Roman No 9
Zapf ChanceryChancery
SymbolSymbol
Zapf DingbatsDingbats

PostScript Names

AdobeURW
/Bookman-Demi /URWBookmanL-DemiBold
/Bookman-DemiItalic /URWBookmanL-DemiBoldItal
/Bookman-Light /URWBookmanL-Ligh
/Bookman-LightItalic /URWBookmanL-LighItal
/Courier /NimbusMonL-Regu
/Courier-Oblique /NimbusMonL-ReguObli
/Courier-Bold /NimbusMonL-Bold
/Courier-BoldOblique /NimbusMonL-BoldObli
/AvantGarde-Book /URWGothicL-Book
/AvantGarde-BookOblique /URWGothicL-BookObli
/AvantGarde-Demi /URWGothicL-Demi
/AvantGarde-DemiOblique /URWGothicL-DemiObli
/Helvetica /NimbusSanL-Regu
/Helvetica-Oblique /NimbusSanL-ReguItal
/Helvetica-Bold /NimbusSanL-Bold
/Helvetica-BoldOblique /NimbusSanL-BoldItal
/Helvetica-Narrow /NimbusSanL-ReguCond
/Helvetica-Narrow-Oblique /NimbusSanL-ReguCondItal
/Helvetica-Narrow-Bold /NimbusSanL-BoldCond
/Helvetica-Narrow-BoldOblique /NimbusSanL-BoldCondItal
/Palatino-Roman /URWPalladioL-Roma
/Palatino-Italic /URWPalladioL-Ital
/Palatino-Bold /URWPalladioL-Bold
/Palatino-BoldItalic /URWPalladioL-BoldItal
/NewCenturySchlbk-Roman /CenturySchL-Roma
/NewCenturySchlbk-Italic /CenturySchL-Ital
/NewCenturySchlbk-Bold /CenturySchL-Bold
/NewCenturySchlbk-BoldItalic /CenturySchL-BoldItal
/Times-Roman /NimbusRomNo9L-Regu
/Times-Italic /NimbusRomNo9L-ReguItal
/Times-Bold /NimbusRomNo9L-Medi
/Times-BoldItalic /NimbusRomNo9L-MediItal
/Symbol /StandardSymL
/ZapfChancery-MediumItalic /URWChanceryL-MediItal
/ZapfDingbats /Dingbats

(All from Ghostscript's Fontmap)

X11 Names

AdobeURW
avantgarde-book-r-normalGothic L-book-r-normal
avantgarde-book-o-normalGothic L-book-o-normal
avantgarde-demi-r-normalGothic L-demi bold-r-normal
avantgarde-demi-o-normalGothic L-demi bold-o-normal
bookman-light-r-normalBookman L-light-r-normal
bookman-light-i-normalBookman L-light-i-normal
bookman-demi-r-normalBookman L-demi bold-r-normal
bookman-demi-i-normalBookman L-demi bold-i-normal
courier-medium-r-normalNimbus Mono L-medium-r-normal
courier-medium-o-normalNimbus Mono L-medium-o-normal
courier-bold-r-normalNimbus Mono L-bold-r-normal
courier-bold-o-normalNimbus Mono L-bold-o-normal
helvetica-medium-r-normalNimbus Sans L-medium-r-normal
helvetica-medium-o-normalNimbus Sans L-medium-o-normal
helvetica-bold-r-normalNimbus Sans L-bold-r-normal
helvetica-bold-o-normalNimbus Sans L-bold-o-normal
helvetica-medium-r-narrowNimbus Sans L-medium-r-condensed
helvetica-medium-o-narrowNimbus Sans L-medium-o-condensed
helvetica-bold-r-narrowNimbus Sans L-bold-r-condensed
helvetica-bold-o-narrowNimbus Sans L-bold-o-condensed
new century schoolbook-medium-r-normalCentury Schoolbook L-medium-r-normal
new century schoolbook-medium-i-normalCentury Schoolbook L-medium-i-normal
new century schoolbook-bold-r-normalCentury Schoolbook L-bold-r-normal
new century schoolbook-bold-i-normalCentury Schoolbook L-bold-i-normal
palatino-medium-r-normalPalladio L-medium-r-normal
palatino-medium-i-normalPalladio L-medium-i-normal
palatino-bold-r-normalPalladio L-bold-r-normal
palatino-bold-i-normalPalladio L-bold-i-normal
times-medium-r-normalNimbus Roman No9 L-medium-r-normal
times-medium-i-normalNimbus Roman No9 L-medium-i-normal
times-bold-r-normalNimbus Roman No9 L-bold-r-normal
times-bold-i-normalNimbus Roman No9 L-bold-i-normal
symbol-medium-r-normalStandard Symbols L-medium-r-normal
zapf chancery-medium-i-normalChancery L-medium-i-normal

The good news is that X11 font matching is case insensitive.

LaTeX Names

(To be filled in later...)