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% fontmap.vms - Ghostscript fontmap for VAX/VMS systems with DECwindows/Motif.
16%
17% Mathog, 14-SEP-2000.  Modified slightly from that provided by 6.01.
18% Changed to use Courier font from Decwindows instead of Ghostscript
19% The hershey fonts are listed, but they are not constructed during a regular
20% build of the package.
21%
22% **************************
23%Uses all the XDPS Outline fonts (Type 1 fonts) provided with Motif.
24%
25%XDPS on VAX/VMS does not have Bookman, Palatino and ZapfChancery fonts, so
26%we still have to use the Ghostscript fonts for those. Helvetica-Narrow is also
27%missing. But then you get the LubalinGraph and Souvenir fonts which are just
28%beautiful!
29
30/AvantGarde-Book
31    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]AVANTGARDE-BOOK.XDPS$OUTLINE) ;
32/AvantGarde-BookOblique
33    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]AVANTGARDE-BOOKOBLIQUE.XDPS$OUTLINE) ;
34/AvantGarde-Demi
35    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]AVANTGARDE-DEMI.XDPS$OUTLINE) ;
36/AvantGarde-DemiOblique
37    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]AVANTGARDE-DEMIOBLIQUE.XDPS$OUTLINE) ;
38/Courier-Bold
39    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]COURIER-BOLD.XDPS$OUTLINE) ;
40/Courier-BoldOblique
41    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]COURIER-BOLDOBLIQUE.XDPS$OUTLINE) ;
42/Courier-Oblique
43    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]COURIER-OBLIQUE.XDPS$OUTLINE) ;
44/Courier
45    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]COURIER.XDPS$OUTLINE) ;
46/Helvetica-Bold
47    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]HELVETICA-BOLD.XDPS$OUTLINE) ;
48/Helvetica-BoldOblique
49    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]HELVETICA-BOLDOBLIQUE.XDPS$OUTLINE) ;
50/Helvetica-Oblique
51    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]HELVETICA-OBLIQUE.XDPS$OUTLINE) ;
52/Helvetica
53    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]HELVETICA.XDPS$OUTLINE) ;
54/LubalinGraph-Book
55    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]LUBALINGRAPH-BOOK.XDPS$OUTLINE) ;
56/LubalinGraph-BookOblique
57    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]LUBALINGRAPH-BOOKOBLIQUE.XDPS$OUTLINE) ;
58/LubalinGraph-Demi
59    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]LUBALINGRAPH-DEMI.XDPS$OUTLINE) ;
60/LubalinGraph-DemiOblique
61    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]LUBALINGRAPH-DEMIOBLIQUE.XDPS$OUTLINE) ;
62/NewCenturySchlbk-Roman
63    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]NEWCENTURYSCHLBK-ROMAN.XDPS$OUTLINE) ;
64/NewCenturySchlbk-Italic
65    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]NEWCENTURYSCHLBK-ITALIC.XDPS$OUTLINE) ;
66/NewCenturySchlbk-Bold
67    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]NEWCENTURYSCHLBK-BOLD.XDPS$OUTLINE) ;
68/NewCenturySchlbk-BoldItalic
69    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]NEWCENTURYSCHLBK-BOLDITALIC.XDPS$OUTLINE) ;
70/Souvenir-Light
71    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]SOUVENIR-LIGHT.XDPS$OUTLINE) ;
72/Souvenir-LightItalic
73    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]SOUVENIR-LIGHTITALIC.XDPS$OUTLINE) ;
74/Souvenir-Demi
75    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]SOUVENIR-DEMI.XDPS$OUTLINE) ;
76/Souvenir-DemiItalic
77    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]SOUVENIR-DEMIITALIC.XDPS$OUTLINE) ;
78%If you want the Apple symbol (SIC!) then remove the comment (%)
79%in front of character 240 in the following file (he he he)
80/Symbol
81    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]SYMBOL.XDPS$OUTLINE) ;
82/Times-Roman
83    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]TIMES-ROMAN.XDPS$OUTLINE) ;
84/Times-Italic
85    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]TIMES-ITALIC.XDPS$OUTLINE) ;
86/Times-Bold
87    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]TIMES-BOLD.XDPS$OUTLINE) ;
88/Times-BoldItalic
89    (SYS$COMMON:[SYSFONT.XDPS.OUTLINE]TIMES-BOLDITALIC.XDPS$OUTLINE) ;
90
91%
92%
93% Fonts contributed by:
94%	URW++ Design and Development Incorporated
95%	Poppenbuetteler Bogen 29A
96%	D-22399 Hamburg
97%	Germany
98%	tel. +49 (40) 60 60 50
99%	fax +49 (40) 60 60 51 11
100%	http://www.urwpp.de
101% for distribution under the GNU License and Aladdin Free Public License.
102% See the notice at the head of this Fontmap file for licensing terms.
103% Each of these fonts is individually covered by the license:
104% for licensing purposes, they are not "part of" any larger entity.
105% The following notice applies to these fonts:
106%
107%	Copyright URW Software, Copyright 1994 by URW.
108%
109
110% Actual fonts
111
112/URWBookmanL-DemiBold	(b018015l.pfb)	;
113/URWBookmanL-DemiBoldItal	(b018035l.pfb)	;
114/URWBookmanL-Ligh	(b018012l.pfb)	;
115/URWBookmanL-LighItal	(b018032l.pfb)	;
116
117/NimbusMonL-Regu	(n022003l.pfb)	;
118/NimbusMonL-ReguObli	(n022023l.pfb)	;
119/NimbusMonL-Bold	(n022004l.pfb)	;
120/NimbusMonL-BoldObli	(n022024l.pfb)	;
121
122/URWGothicL-Book	(a010013l.pfb)	;
123/URWGothicL-BookObli	(a010033l.pfb)	;
124/URWGothicL-Demi	(a010015l.pfb)	;
125/URWGothicL-DemiObli	(a010035l.pfb)	;
126
127/NimbusSanL-Regu	(n019003l.pfb)	;
128/NimbusSanL-ReguItal	(n019023l.pfb)	;
129/NimbusSanL-Bold	(n019004l.pfb)	;
130/NimbusSanL-BoldItal	(n019024l.pfb)	;
131
132/NimbusSanL-ReguCond	(n019043l.pfb)	;
133/NimbusSanL-ReguCondItal	(n019063l.pfb)	;
134/NimbusSanL-BoldCond	(n019044l.pfb)	;
135/NimbusSanL-BoldCondItal	(n019064l.pfb)	;
136
137/URWPalladioL-Roma	(p052003l.pfb)	;
138/URWPalladioL-Ital	(p052023l.pfb)	;
139/URWPalladioL-Bold	(p052004l.pfb)	;
140/URWPalladioL-BoldItal	(p052024l.pfb)	;
141
142/CenturySchL-Roma	(c059013l.pfb)	;
143/CenturySchL-Ital	(c059033l.pfb)	;
144/CenturySchL-Bold	(c059016l.pfb)	;
145/CenturySchL-BoldItal	(c059036l.pfb)	;
146
147/NimbusRomNo9L-Regu	(n021003l.pfb)	;
148/NimbusRomNo9L-ReguItal	(n021023l.pfb)	;
149/NimbusRomNo9L-Medi	(n021004l.pfb)	;
150/NimbusRomNo9L-MediItal	(n021024l.pfb)	;
151
152/StandardSymL	(s050000l.pfb)	;
153
154/URWChanceryL-MediItal	(z003034l.pfb)	;
155
156/Dingbats	(d050000l.pfb)	;
157
158
159% Aliases
160
161/Bookman-Demi			/URWBookmanL-DemiBold	;
162/Bookman-DemiItalic		/URWBookmanL-DemiBoldItal	;
163/Bookman-Light			/URWBookmanL-Ligh	;
164/Bookman-LightItalic		/URWBookmanL-LighItal	;
165
166%/Courier			/NimbusMonL-Regu	;
167%/Courier-Oblique		/NimbusMonL-ReguObli	;
168%/Courier-Bold			/NimbusMonL-Bold	;
169%/Courier-BoldOblique		/NimbusMonL-BoldObli	;
170
171%/AvantGarde-Book		/URWGothicL-Book	;
172%/AvantGarde-BookOblique		/URWGothicL-BookObli	;
173%/AvantGarde-Demi		/URWGothicL-Demi	;
174%/AvantGarde-DemiOblique		/URWGothicL-DemiObli	;
175
176%/Helvetica			/NimbusSanL-Regu	;
177%/Helvetica-Oblique		/NimbusSanL-ReguItal	;
178%/Helvetica-Bold			/NimbusSanL-Bold	;
179%/Helvetica-BoldOblique		/NimbusSanL-BoldItal	;
180
181/Helvetica-Narrow		/NimbusSanL-ReguCond	;
182/Helvetica-Narrow-Oblique	/NimbusSanL-ReguCondItal	;
183/Helvetica-Narrow-Bold		/NimbusSanL-BoldCond	;
184/Helvetica-Narrow-BoldOblique	/NimbusSanL-BoldCondItal	;
185
186/Palatino-Roman			/URWPalladioL-Roma	;
187/Palatino-Italic		/URWPalladioL-Ital	;
188/Palatino-Bold			/URWPalladioL-Bold	;
189/Palatino-BoldItalic		/URWPalladioL-BoldItal	;
190
191%/NewCenturySchlbk-Roman		/CenturySchL-Roma	;
192%/NewCenturySchlbk-Italic	/CenturySchL-Ital	;
193%/NewCenturySchlbk-Bold		/CenturySchL-Bold	;
194%/NewCenturySchlbk-BoldItalic	/CenturySchL-BoldItal	;
195
196%/Times-Roman			/NimbusRomNo9L-Regu	;
197%/Times-Italic			/NimbusRomNo9L-ReguItal	;
198%/Times-Bold			/NimbusRomNo9L-Medi	;
199%/Times-BoldItalic		/NimbusRomNo9L-MediItal	;
200
201%/Symbol				/StandardSymL	;
202
203/ZapfChancery-MediumItalic	/URWChanceryL-MediItal	;
204
205/ZapfDingbats			/Dingbats	;
206
207
208%
209%
210% Type 1 fonts contributed to the X11R5 distribution.
211%
212
213% The following notice accompanied the Charter fonts.
214%
215% (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
216%
217% You are hereby granted permission under all Bitstream propriety rights
218% to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
219% Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
220% for any purpose and without restriction; provided, that this notice is
221% left intact on all copies of such fonts and that Bitstream's trademark
222% is acknowledged as shown below on all unmodified copies of the 4 Charter
223% Type 1 fonts.
224%
225% BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
226/CharterBT-Roman		(bchr.pfa)	;
227/CharterBT-Italic		(bchri.pfa)	;
228/CharterBT-Bold			(bchb.pfa)	;
229/CharterBT-BoldItalic		(bchbi.pfa)	;
230%Charter to CharterBT aliasing
231/Charter-Roman			/CharterBT-Roman	;
232/Charter-Italic			/CharterBT-Italic	;
233/Charter-Bold			/CharterBT-Bold		;
234/Charter-BoldItalic		/CharterBT-BoldItalic	;
235
236% IBM Courier - Copyright (c) IBM Corporation 1990, 1991
237%/Courier		(ncrr.pfa)	;
238%/Courier-Italic		(ncrri.pfa)	;
239%/Courier-Bold		(ncrb.pfa)	;
240%/Courier-BoldItalic	(ncrbi.pfa)	;
241%Oblique to Italic aliasing
242%/Courier-Oblique		/Courier-Italic		;
243%/Courier-BoldOblique		/Courier-BoldItalic	;
244/Courier-Italic			/Courier-Oblique	;
245/Courier-BoldItalic		/Courier-BoldOblique	;
246
247% The following notice accompanied the Utopia font:
248%
249%   Permission to use, reproduce, display and distribute the listed
250%   typefaces is hereby granted, provided that the Adobe Copyright notice
251%   appears in all whole and partial copies of the software and that the
252%   following trademark symbol and attribution appear in all unmodified
253%   copies of the software:
254%
255%           Copyright (c) 1989 Adobe Systems Incorporated
256%           Utopia (R)
257%           Utopia is a registered trademark of Adobe Systems Incorporated
258%
259%   The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
260%   Metric files) donated are:
261%
262%           Utopia Regular
263%           Utopia Italic
264%           Utopia Bold
265%           Utopia Bold Italic
266
267/Utopia-Regular		(putr.gsf)	;
268/Utopia-Italic		(putri.gsf)	;
269/Utopia-Bold		(putb.gsf)	;
270/Utopia-BoldItalic	(putbi.gsf)	;
271
272%
273%
274% Fonts contributed by URW GmbH for distribution under the GNU License.
275% The following notice accompanied these fonts:
276%
277% U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
278% U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
279%
280% Copyright (c) 1992 URW GmbH, Hamburg, Germany
281%
282% This program is free software; you can redistribute it and/or modify
283% it under the terms of the GNU General Public License as published by
284% the Free Software Foundation; either version 2 of the License, or
285% (at your option) later version.
286%
287% This program is distributed in the hope that it will be useful,
288% but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
289% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
290% See the GNU General Public License for more details.
291%
292% You should have received a copy of the GNU General Public License
293% along with this program; if not, write to the Free Software
294% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 U.S.A.
295%
296% Address:
297% URW GmbH
298% PC Support
299% Harksheider Strasse 102
300% 2000 Hamburg 65
301% Germany
302% Phone: +49 40 60 60 50       (Reception)
303% Phone: +49 40 60 60 52 30   (PC Support)
304% Fax    : +49 40 60 60 52 52
305%
306
307/URWAntiquaT-RegularCondensed	(u003043t.gsf)	;
308/URWGroteskT-Bold		(u004006t.gsf)	;
309
310%
311%
312% Shareware Kana fonts.  These are subject to the following notice:
313%
314% These copyrighted fonts were developed by Kevin Hartig. Permission is
315% granted to freely distribute them in entirety along with this statement.
316% This is shareware. If you decide to use these fonts please contribute
317% $10 US to help support further freeware and shareware software development.
318% Questions and comments may be sent to:
319%
320% hartig@fsl.noaa.gov
321% khartig@nyx.cs.du.edu
322%
323% Kevin Hartig
324% 1126 Collyer Street
325% Longmont, CO 80501 USA
326%
327% copyright 1993.
328
329% Hiragana and Katakana fonts.  The character names are inappropriate,
330% and the encoding is probably not related to any known standard.
331
332/Calligraphic-Hiragana		(fhirw.gsf)	;
333/Calligraphic-Katakana		(fkarw.gsf)	;
334
335%
336%
337% Public-domain fonts.  These have no copyright, and are of unknown quality.
338
339% Cyrillic fonts.  The character names are inappropriate,
340% and the encoding is probably not related to any known standard.
341
342/Shareware-Cyrillic-Regular	(fcyr.gsf)	;
343/Shareware-Cyrillic-Italic	(fcyri.gsf)	;
344
345% Aliases
346/Cyrillic			/Cyrillic-Regular	;
347/Cyrillic-Regular		/Shareware-Cyrillic-Regular	;
348/Cyrillic-Italic		/Shareware-Cyrillic-Italic	;
349
350%
351%
352% Fonts converted from Hershey outlines.  These are constructed and
353% maintained manually.  These are also in the public domain.
354%
355% The suggested UniqueID's and filenames are constructed differently for
356% these than for the ones above, because of the strange way that the Hershey
357% fonts were constructed.  The scheme for these looks like:
358%
359% 42TTXY0
360%
361% TT = typeface, X = ``class'', Y = variation
362%
363% The typeface names and numbers are listed in fonts.mak.
364%
365% class:
366% 0 = normal			= r
367% 1 = simplex			= s
368% 2 = complex			= c
369% 3 = triplex			= t
370% 4 = duplex			= d
371%
372% variation:
373% 0 = normal			(omitted)
374% 1 = oblique			= o
375% 2 = italic			= i
376% 3 = bold			= b
377% 4 = bold oblique		= bo
378% 5 = bold italic		= bi
379%
380
381% Fonts created by Thomas Wolff <wolff@inf.fu-berlin.de>, by adding
382% accents, accented characters, and various other non-alphabetics
383% to the original Hershey fonts.  These are "freeware", not to be sold.
384
385/Hershey-Gothic-English		(hrger.pfa)	;	% 5066533
386/Hershey-Gothic-German		(hrgrr.pfa)	;
387/Hershey-Gothic-Italian		(hritr.pfa)	;
388
389/Hershey-Plain-Duplex		(hrpld.pfa)	;
390/Hershey-Plain-Duplex-Italic	(hrpldi.pfa)	;
391/Hershey-Plain-Triplex		(hrplt.pfa)	;
392/Hershey-Plain-Triplex-Italic	(hrplti.pfa)	;
393
394/Hershey-Script-Complex		(hrscc.pfa)	;
395/Hershey-Script-Simplex		(hrscs.pfa)	;	% 5066541
396
397% Fonts created algorithmically from the above.
398
399/Hershey-Gothic-English-Bold		(hrgerb.gsf)	;	% 5066542
400/Hershey-Gothic-English-Oblique		(hrgero.gsf)	;
401/Hershey-Gothic-English-SemiBold	(hrgerd.gsf)	;
402/Hershey-Gothic-German-Bold		(hrgrrb.gsf)	;
403/Hershey-Gothic-German-Oblique		(hrgrro.gsf)	;
404/Hershey-Gothic-Italian-Bold		(hritrb.gsf)	;
405/Hershey-Gothic-Italian-Oblique		(hritro.gsf)	;
406
407/Hershey-Plain-Duplex-Bold		(hrpldb.gsf)	;
408/Hershey-Plain-Duplex-Bold-Italic	(hrpldbi.gsf)	;
409/Hershey-Plain-Triplex-Bold		(hrpltb.gsf)	;
410/Hershey-Plain-Triplex-Bold-Italic	(hrpltbi.gsf)	;
411
412/Hershey-Script-Complex-Bold		(hrsccb.gsf)	;
413/Hershey-Script-Complex-Oblique		(hrscco.gsf)	;
414/Hershey-Script-Simplex-Bold		(hrscsb.gsf)	;
415/Hershey-Script-Simplex-Oblique		(hrscso.gsf)	;	% 5066556
416
417% Fonts consisting only of characters from the original Hershey
418% distribution.  These are Type 3 fonts.
419
420/Hershey-Greek-Complex			(hrgkc.gsf)	;	% 5066557
421/Hershey-Greek-Simplex			(hrgks.gsf)	;
422
423/Hershey-Plain				(hrplr.gsf)	;
424/Hershey-Plain-Simplex			(hrpls.gsf)	;	% 5066560
425
426% Fonts created algorithmically from the above.
427
428/Hershey-Plain-Bold			(hrplrb.gsf)	;	% 5066561
429/Hershey-Plain-Bold-Oblique		(hrplrbo.gsf)	;
430/Hershey-Plain-Oblique			(hrplro.gsf)	;
431/Hershey-Plain-Simplex-Bold		(hrplsb.gsf)	;
432/Hershey-Plain-Simplex-Bold-Oblique	(hrplsbo.gsf)	;
433/Hershey-Plain-Simplex-Oblique		(hrplso.gsf)	;	% 5066566
434
435% This font, and only this font among the Hershey fonts, uses
436% the SymbolEncoding.
437
438/Hershey-Symbol				(hrsyr.gsf)	;	% 5066567
439