1% Copyright (C) 2001-2019 Artifex Software, Inc.
2% All Rights Reserved.
3%
4% This software is provided AS-IS with no warranty, either express or
5% implied.
6%
7% This software is distributed under license and may not be copied,
8% modified or distributed except as expressly authorized under the terms
9% of the license contained in the file LICENSE in this distribution.
10%
11% Refer to licensing information at http://www.artifex.com or contact
12% Artifex Software, Inc.,  1305 Grant Avenue - Suite 200, Novato,
13% CA 94945, U.S.A., +1(415)492-9861, for further information.
14%
15
16% fontmap.os2 aka Fontmap.OS2 - OS/2 font catalog for Ghostscript.
17
18% ----------------------------------------------------------------
19
20% This file is a catalog of fonts known to Ghostscript.  Any font
21% that is to be loaded automatically when named must be in this catalog,
22% except for fonts that Ghostscript finds automatically in directories
23% named in the GS_FONTPATH environment variable.
24
25% Each font has an entry consisting of three items:
26%
27%	- The name by which the font is known inside Ghostscript
28%	(a Ghostscript name preceded by a `/', or a string enclosed
29%	in parentheses).  This is used to find the file from which
30%	a font of a given name should be loaded.
31%
32%	- Information depending on whether this is a real font or a
33%	font alias:
34%
35%		- For real fonts, the name of the Ghostscript font
36%		file (a Ghostscript string, enclosed in parentheses).
37%		The filename should include the extension, which (by
38%		convention) is `.gsf'.  `.pfa' and `.pfb' files are
39%		also usable as fonts for Ghostscript.
40%
41%		- For font aliases, the name of the font which should
42%		be used when this one is requested, preceded by a
43%		`/'.  See the entry for Charter below for an example.
44%
45%	- A terminating semicolon.
46
47% Because of limitations in the MS-DOS environment, Ghostscript font
48% file names must be no more than 8 characters long, must consist only
49% of LOWER CASE letters, digits, and underscores, and must start with a
50% letter.  Font names, on the other hand, need only obey the syntax of
51% names in the Ghostscript language, which is much more liberal.
52
53% Most of the Ghostscript fonts were created automatically from freely
54% available bitmaps.  There is a makefile (fonts.mak) that specifies
55% how this conversion was done.  fonts.mak also specifies, for each such
56% converted font, its uniqueID (an integer used to identify distinct fonts
57% within the Ghostscript font machinery), and its encoding (the mapping
58% from character codes in a string to character names).  For more detailed
59% information, read fonts.mak.
60
61% The following table is actually a Ghostscript data structure.
62% If you add new entries, be sure to copy the punctuation accurately;
63% in particular, you must leave at least one space or tab between each
64% field in the entry.  Also, please read fonts.doc for important information
65% about font names.
66
67
68%
69%
70% Fonts contributed by:
71%	URW++ Design and Development Incorporated
72%	Poppenbuetteler Bogen 29A
73%	D-22399 Hamburg
74%	Germany
75%	tel. +49 (40) 60 60 50
76%	fax +49 (40) 60 60 51 11
77%	http://www.urwpp.de
78% for distribution under the GNU License and Aladdin Free Public License.
79% See the notice at the head of this Fontmap file for licensing terms.
80% Each of these fonts is individually covered by the license:
81% for licensing purposes, they are not "part of" any larger entity.
82% The following notice applies to these fonts:
83%
84%	Copyright URW Software, Copyright 1994 by URW.
85%
86
87% Actual fonts
88
89/URWBookmanL-DemiBold	(b018015l.pfb)	;
90/URWBookmanL-DemiBoldItal	(b018035l.pfb)	;
91/URWBookmanL-Ligh	(b018012l.pfb)	;
92/URWBookmanL-LighItal	(b018032l.pfb)	;
93
94/NimbusMonL-Regu	(n022003l.pfb)	;
95/NimbusMonL-ReguObli	(n022023l.pfb)	;
96/NimbusMonL-Bold	(n022004l.pfb)	;
97/NimbusMonL-BoldObli	(n022024l.pfb)	;
98
99/URWGothicL-Book	(a010013l.pfb)	;
100/URWGothicL-BookObli	(a010033l.pfb)	;
101/URWGothicL-Demi	(a010015l.pfb)	;
102/URWGothicL-DemiObli	(a010035l.pfb)	;
103
104/NimbusSanL-Regu	(n019003l.pfb)	;
105/NimbusSanL-ReguItal	(n019023l.pfb)	;
106/NimbusSanL-Bold	(n019004l.pfb)	;
107/NimbusSanL-BoldItal	(n019024l.pfb)	;
108
109/NimbusSanL-ReguCond	(n019043l.pfb)	;
110/NimbusSanL-ReguCondItal	(n019063l.pfb)	;
111/NimbusSanL-BoldCond	(n019044l.pfb)	;
112/NimbusSanL-BoldCondItal	(n019064l.pfb)	;
113
114/URWPalladioL-Roma	(p052003l.pfb)	;
115/URWPalladioL-Ital	(p052023l.pfb)	;
116/URWPalladioL-Bold	(p052004l.pfb)	;
117/URWPalladioL-BoldItal	(p052024l.pfb)	;
118
119/CenturySchL-Roma	(c059013l.pfb)	;
120/CenturySchL-Ital	(c059033l.pfb)	;
121/CenturySchL-Bold	(c059016l.pfb)	;
122/CenturySchL-BoldItal	(c059036l.pfb)	;
123
124/NimbusRomNo9L-Regu	(n021003l.pfb)	;
125/NimbusRomNo9L-ReguItal	(n021023l.pfb)	;
126/NimbusRomNo9L-Medi	(n021004l.pfb)	;
127/NimbusRomNo9L-MediItal	(n021024l.pfb)	;
128
129/StandardSymL	(s050000l.pfb)	;
130
131/URWChanceryL-MediItal	(z003034l.pfb)	;
132
133/Dingbats	(d050000l.pfb)	;
134
135% Aliases
136
137/Bookman-Demi			/URWBookmanL-DemiBold	;
138/Bookman-DemiItalic		/URWBookmanL-DemiBoldItal	;
139/Bookman-Light			/URWBookmanL-Ligh	;
140/Bookman-LightItalic		/URWBookmanL-LighItal	;
141
142/Courier			/NimbusMonL-Regu	;
143/Courier-Oblique		/NimbusMonL-ReguObli	;
144/Courier-Bold			/NimbusMonL-Bold	;
145/Courier-BoldOblique		/NimbusMonL-BoldObli	;
146
147/AvantGarde-Book		/URWGothicL-Book	;
148/AvantGarde-BookOblique		/URWGothicL-BookObli	;
149/AvantGarde-Demi		/URWGothicL-Demi	;
150/AvantGarde-DemiOblique		/URWGothicL-DemiObli	;
151
152/Helvetica			/NimbusSanL-Regu	;
153/Helvetica-Oblique		/NimbusSanL-ReguItal	;
154/Helvetica-Bold			/NimbusSanL-Bold	;
155/Helvetica-BoldOblique		/NimbusSanL-BoldItal	;
156
157/Helvetica-Narrow		/NimbusSanL-ReguCond	;
158/Helvetica-Narrow-Oblique	/NimbusSanL-ReguCondItal	;
159/Helvetica-Narrow-Bold		/NimbusSanL-BoldCond	;
160/Helvetica-Narrow-BoldOblique	/NimbusSanL-BoldCondItal	;
161
162/Palatino-Roman			/URWPalladioL-Roma	;
163/Palatino-Italic		/URWPalladioL-Ital	;
164/Palatino-Bold			/URWPalladioL-Bold	;
165/Palatino-BoldItalic		/URWPalladioL-BoldItal	;
166
167/NewCenturySchlbk-Roman		/CenturySchL-Roma	;
168/NewCenturySchlbk-Italic	/CenturySchL-Ital	;
169/NewCenturySchlbk-Bold		/CenturySchL-Bold	;
170/NewCenturySchlbk-BoldItalic	/CenturySchL-BoldItal	;
171
172/Times-Roman			/NimbusRomNo9L-Regu	;
173/Times-Italic			/NimbusRomNo9L-ReguItal	;
174/Times-Bold			/NimbusRomNo9L-Medi	;
175/Times-BoldItalic		/NimbusRomNo9L-MediItal	;
176
177/Symbol				/StandardSymL	;
178
179/ZapfChancery-MediumItalic	/URWChanceryL-MediItal	;
180
181/ZapfDingbats			/Dingbats	;
182
183
184%
185% ATM fonts that come with OS/2.
186
187/Courier			(cour.pfb)	;
188/Courier-Oblique		/Courier-Italic	;
189/Courier-Italic			(couri.pfb)	;
190/Courier-Bold			(courb.pfb)	;
191/Courier-BoldOblique		/Courier-BoldItalic	;
192/Courier-BoldItalic		(courbi.pfb)	;
193
194/Helvetica			(helv.pfb)	;
195/Helvetica-Oblique		/Helvetica-Italic	;
196/Helvetica-Italic		(helvi.pfb)	;
197/Helvetica-Bold			(helvb.pfb)	;
198/Helvetica-BoldOblique		/Helvetica-BoldItalic	;
199/Helvetica-BoldItalic		(helvbi.pfb)	;
200
201/Symbol				/SymbolSet	;
202/SymbolSet			(symb.pfb)	;
203
204/Times-Roman			/TimesNewRoman	;
205/TimesNewRoman			(tnr.pfb)	;
206/Times-Italic			/TimesNewRoman-Italic	;
207/TimesNewRoman-Italic		(tnri.pfb)	;
208/Times-Bold			/TimesNewRoman-Bold	;
209/TimesNewRoman-Bold		(tnrb.pfb)	;
210/Times-BoldItalic		/TimesNewRoman-BoldItalic	;
211/TimesNewRoman-BoldItalic	(tnrbi.pfb)	;
212
213
214