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.Solaris - Ghostscript Fontmap for Solaris 2.3 and above
17% ===============================================================
18%
19% The Solaris 2.3 (and above) operating system from Sun Microsystems comes with
20% Display Postscript (DPS), including certain Type1 and Type3 PostScript fonts.
21% Using these fonts instead of the default Ghostscript fonts greatly improves
22% the visual quality of Ghostscript rendered documents, especially at larger
23% font sizes. You should definately use these fonts if you have Solaris 2.3 or
24% above.
25%
26% To use the Solaris 2 DPS fonts, simply copy this file (Fontmap.Solaris) to
27%
28%   /usr/local/lib/Ghostscript/VERSION/Fontmap
29%   (where VERSION is the version number of Ghostscript, eg: 3.33)
30%
31% and set the environment variable GS_LIB as follows:
32%
33%   GS_LIB=/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/Type3
34%   export GS_LIB
35%
36% You can use /usr/openwin/lib/fonts/Type1/outline instead if you like, it
37% makes no difference (the files in /usr/openwin/lib/fonts/Type1 are symlinks
38% into /usr/openwin/lib/fonts/Type1/outline).
39%
40% Instead of setting GS_LIB, you could add the above directories to
41% GS_LIB_DEFAULT in your makefile before building Ghostscript.
42%
43%
44% IMPORTANT NOTE
45% ==============
46%
47% Note that simply setting GS_FONTPATH may not work, because for some reason
48% some versions of gs can't seem to find any fonts in
49% /usr/openwin/lib/X11/fonts/Type1/outline.
50% It says: "15 files, 15 scanned, 0 new fonts".
51%
52%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
53
54% ----------------------------------------------------------------
55
56% This file is a catalog of fonts known to Ghostscript.  Any font
57% that is to be loaded automatically when named must be in this catalog,
58% except for fonts that Ghostscript finds automatically in directories
59% named in the GS_FONTPATH environment variable.
60
61% Each font has an entry consisting of three items:
62%
63%	- The name by which the font is known inside Ghostscript
64%	(a Ghostscript name preceded by a `/', or a string enclosed
65%	in parentheses).  This is used to find the file from which
66%	a font of a given name should be loaded.
67%
68%	- Information depending on whether this is a real font or a
69%	font alias:
70%
71%		- For real fonts, the name of the Ghostscript font
72%		file (a Ghostscript string, enclosed in parentheses).
73%		The filename should include the extension, which (by
74%		convention) is `.gsf'.  `.pfa' and `.pfb' files are
75%		also usable as fonts for Ghostscript.
76%
77%		- For font aliases, the name of the font which should
78%		be used when this one is requested, preceded by a
79%		`/'.  See the entry for Charter below for an example.
80%		Note that an alias name cannot be enclosed in parentheses.
81%
82%	- At least one space or tab, and a terminating semicolon.
83
84% Because of limitations in the MS-DOS environment, Ghostscript font
85% file names must be no more than 8 characters long, must consist only
86% of LOWER CASE letters, digits, and underscores, and must start with a
87% letter.  Font names, on the other hand, need only obey the syntax of
88% names in the Ghostscript language, which is much more liberal.
89
90% The following table is actually a Ghostscript data structure.
91% If you add new entries, be sure to copy the punctuation accurately;
92% in particular, you must leave at least one space or tab between each
93% field in the entry.  Also, please read fonts.doc for important information
94% about font names.
95
96% Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
97% and other programs that don't include full PostScript interpreters,
98% as well as with PostScript interpreters; .gsf fonts are compatible with
99% PostScript interpreters, but not with ATM or similar programs.
100
101%
102%
103% Fonts contributed by:
104%	URW++ Design and Development Incorporated
105%	Poppenbuetteler Bogen 29A
106%	D-22399 Hamburg
107%	Germany
108%	tel. +49 (40) 60 60 50
109%	fax +49 (40) 60 60 51 11
110%	http://www.urwpp.de
111% for distribution under the GNU License and Aladdin Free Public License.
112% See the notice at the head of this Fontmap file for licensing terms.
113% Each of these fonts is individually covered by the license:
114% for licensing purposes, they are not "part of" any larger entity.
115% The following notice applies to these fonts:
116%
117%	Copyright URW Software, Copyright 1994 by URW.
118%
119
120% Actual fonts
121
122/URWBookmanL-DemiBold	(b018015l.pfb)	;
123/URWBookmanL-DemiBoldItal	(b018035l.pfb)	;
124/URWBookmanL-Ligh	(b018012l.pfb)	;
125/URWBookmanL-LighItal	(b018032l.pfb)	;
126
127/NimbusMonL-Regu	(n022003l.pfb)	;
128/NimbusMonL-ReguObli	(n022023l.pfb)	;
129/NimbusMonL-Bold	(n022004l.pfb)	;
130/NimbusMonL-BoldObli	(n022024l.pfb)	;
131
132/URWGothicL-Book	(a010013l.pfb)	;
133/URWGothicL-BookObli	(a010033l.pfb)	;
134/URWGothicL-Demi	(a010015l.pfb)	;
135/URWGothicL-DemiObli	(a010035l.pfb)	;
136
137/NimbusSanL-Regu	(n019003l.pfb)	;
138/NimbusSanL-ReguItal	(n019023l.pfb)	;
139/NimbusSanL-Bold	(n019004l.pfb)	;
140/NimbusSanL-BoldItal	(n019024l.pfb)	;
141
142/NimbusSanL-ReguCond	(n019043l.pfb)	;
143/NimbusSanL-ReguCondItal	(n019063l.pfb)	;
144/NimbusSanL-BoldCond	(n019044l.pfb)	;
145/NimbusSanL-BoldCondItal	(n019064l.pfb)	;
146
147/URWPalladioL-Roma	(p052003l.pfb)	;
148/URWPalladioL-Ital	(p052023l.pfb)	;
149/URWPalladioL-Bold	(p052004l.pfb)	;
150/URWPalladioL-BoldItal	(p052024l.pfb)	;
151
152/CenturySchL-Roma	(c059013l.pfb)	;
153/CenturySchL-Ital	(c059033l.pfb)	;
154/CenturySchL-Bold	(c059016l.pfb)	;
155/CenturySchL-BoldItal	(c059036l.pfb)	;
156
157/NimbusRomNo9L-Regu	(n021003l.pfb)	;
158/NimbusRomNo9L-ReguItal	(n021023l.pfb)	;
159/NimbusRomNo9L-Medi	(n021004l.pfb)	;
160/NimbusRomNo9L-MediItal	(n021024l.pfb)	;
161
162/StandardSymL	(s050000l.pfb)	;
163
164/URWChanceryL-MediItal	(z003034l.pfb)	;
165
166/Dingbats	(d050000l.pfb)	;
167
168% Aliases
169
170/Bookman-Demi			/URWBookmanL-DemiBold	;
171/Bookman-DemiItalic		/URWBookmanL-DemiBoldItal	;
172/Bookman-Light			/URWBookmanL-Ligh	;
173/Bookman-LightItalic		/URWBookmanL-LighItal	;
174
175/Courier			/NimbusMonL-Regu	;
176/Courier-Oblique		/NimbusMonL-ReguObli	;
177/Courier-Bold			/NimbusMonL-Bold	;
178/Courier-BoldOblique		/NimbusMonL-BoldObli	;
179
180/AvantGarde-Book		/URWGothicL-Book	;
181/AvantGarde-BookOblique		/URWGothicL-BookObli	;
182/AvantGarde-Demi		/URWGothicL-Demi	;
183/AvantGarde-DemiOblique		/URWGothicL-DemiObli	;
184
185% Solaris 2 DPS has Helvetica as a Type1 font.
186%/Helvetica			/NimbusSanL-Regu	;
187%/Helvetica-Oblique		/NimbusSanL-ReguItal	;
188%/Helvetica-Bold			/NimbusSanL-Bold	;
189%/Helvetica-BoldOblique		/NimbusSanL-BoldItal	;
190
191/Helvetica-Narrow		/NimbusSanL-ReguCond	;
192/Helvetica-Narrow-Oblique	/NimbusSanL-ReguCondItal	;
193/Helvetica-Narrow-Bold		/NimbusSanL-BoldCond	;
194/Helvetica-Narrow-BoldOblique	/NimbusSanL-BoldCondItal	;
195
196/Palatino-Roman			/URWPalladioL-Roma	;
197/Palatino-Italic		/URWPalladioL-Ital	;
198/Palatino-Bold			/URWPalladioL-Bold	;
199/Palatino-BoldItalic		/URWPalladioL-BoldItal	;
200
201/NewCenturySchlbk-Roman		/CenturySchL-Roma	;
202/NewCenturySchlbk-Italic	/CenturySchL-Ital	;
203/NewCenturySchlbk-Bold		/CenturySchL-Bold	;
204/NewCenturySchlbk-BoldItalic	/CenturySchL-BoldItal	;
205
206% Solaris 2 DPS has Times as a Type1 font.
207%/Times-Roman			/NimbusRomNo9L-Regu	;
208%/Times-Italic			/NimbusRomNo9L-ReguItal	;
209%/Times-Bold			/NimbusRomNo9L-Medi	;
210%/Times-BoldItalic		/NimbusRomNo9L-MediItal	;
211
212% Solaris 2 DPS has Symbol as a Type1 font.
213%/Symbol				/StandardSymL	;
214
215/ZapfChancery-MediumItalic	/URWChanceryL-MediItal	;
216
217/ZapfDingbats			/Dingbats	;
218
219%
220%
221% Type 1 fonts contributed to the X11R5 distribution.
222%
223
224% The following notice accompanied the Charter fonts.
225%
226% (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
227%
228% You are hereby granted permission under all Bitstream propriety rights
229% to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
230% Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
231% for any purpose and without restriction; provided, that this notice is
232% left intact on all copies of such fonts and that Bitstream's trademark
233% is acknowledged as shown below on all unmodified copies of the 4 Charter
234% Type 1 fonts.
235%
236% BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
237
238/CharterBT-Roman		(bchr.pfa)	;
239/CharterBT-Italic		(bchri.pfa)	;
240/CharterBT-Bold			(bchb.pfa)	;
241/CharterBT-BoldItalic		(bchbi.pfa)	;
242
243% Aliases
244
245/Charter-Roman			/CharterBT-Roman	;
246/Charter-Italic			/CharterBT-Italic	;
247/Charter-Bold			/CharterBT-Bold		;
248/Charter-BoldItalic		/CharterBT-BoldItalic	;
249
250% The following notice accompanied the Utopia font:
251%
252%   Permission to use, reproduce, display and distribute the listed
253%   typefaces is hereby granted, provided that the Adobe Copyright notice
254%   appears in all whole and partial copies of the software and that the
255%   following trademark symbol and attribution appear in all unmodified
256%   copies of the software:
257%
258%           Copyright (c) 1989 Adobe Systems Incorporated
259%           Utopia (R)
260%           Utopia is a registered trademark of Adobe Systems Incorporated
261%
262%   The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
263%   Metric files) donated are:
264%
265%           Utopia Regular
266%           Utopia Italic
267%           Utopia Bold
268%           Utopia Bold Italic
269
270/Utopia-Regular		(putr.pfa)	;
271/Utopia-Italic		(putri.pfa)	;
272/Utopia-Bold		(putb.pfa)	;
273/Utopia-BoldItalic	(putbi.pfa)	;
274
275%
276%
277% Fonts contributed by URW GmbH for distribution under the GNU License.
278% The following notice accompanied these fonts:
279%
280% U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
281% U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
282%
283% Copyright (c) 1992 URW GmbH, Hamburg, Germany
284%
285% This program is free software; you can redistribute it and/or modify
286% it under the terms of the GNU General Public License as published by
287% the Free Software Foundation; either version 2 of the License, or
288% (at your option) later version.
289%
290% This program is distributed in the hope that it will be useful,
291% but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
292% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
293% See the GNU General Public License for more details.
294%
295% You should have received a copy of the GNU General Public License
296% along with this program; if not, write to the Free Software
297% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 U.S.A.
298%
299% Address:
300% URW GmbH
301% PC Support
302% Harksheider Strasse 102
303% 2000 Hamburg 65
304% Germany
305% Phone: +49 40 60 60 50       (Reception)
306% Phone: +49 40 60 60 52 30   (PC Support)
307% Fax    : +49 40 60 60 52 52
308%
309
310/URWAntiquaT-RegularCondensed	(u003043t.gsf)	;
311/URWGroteskT-Bold		(u004006t.gsf)	;
312
313%
314%
315% Shareware Kana fonts.  These are subject to the following notice:
316%
317% These copyrighted fonts were developed by Kevin Hartig. Permission is
318% granted to freely distribute them in entirety along with this statement.
319% This is shareware. If you decide to use these fonts please contribute
320% $10 US to help support further freeware and shareware software development.
321% Questions and comments may be sent to:
322%
323% hartig@fsl.noaa.gov
324% khartig@nyx.cs.du.edu
325%
326% Kevin Hartig
327% 1126 Collyer Street
328% Longmont, CO 80501 USA
329%
330% copyright 1993.
331
332% Hiragana and Katakana fonts.  The character names are inappropriate,
333% and the encoding is probably not related to any known standard.
334
335/Calligraphic-Hiragana		(fhirw.gsf)	;
336/Calligraphic-Katakana		(fkarw.gsf)	;
337
338%
339%
340% Public-domain fonts.  These have no copyright, and are of unknown quality.
341
342% Cyrillic fonts.  The character names are inappropriate,
343% and the encoding is probably not related to any known standard.
344
345/Shareware-Cyrillic-Regular	(fcyr.gsf)	;
346/Shareware-Cyrillic-Italic	(fcyri.gsf)	;
347
348% Aliases
349/Cyrillic			/Cyrillic-Regular	;
350/Cyrillic-Regular		/Shareware-Cyrillic-Regular	;
351/Cyrillic-Italic		/Shareware-Cyrillic-Italic	;
352
353%
354%
355% Fonts converted from Hershey outlines.  These are constructed and
356% maintained manually.  These are also in the public domain.
357%
358% The suggested UniqueID's and filenames are constructed differently for
359% these than for the ones above, because of the strange way that the Hershey
360% fonts were constructed.  The scheme for these looks like:
361%
362% 42TTXY0
363%
364% TT = typeface, X = ``class'', Y = variation
365%
366% The typeface names and numbers are listed in fonts.mak.
367%
368% class:
369% 0 = normal			= r
370% 1 = simplex			= s
371% 2 = complex			= c
372% 3 = triplex			= t
373% 4 = duplex			= d
374%
375% variation:
376% 0 = normal			(omitted)
377% 1 = oblique			= o
378% 2 = italic			= i
379% 3 = bold			= b
380% 4 = bold oblique		= bo
381% 5 = bold italic		= bi
382%
383
384% Fonts created by Thomas Wolff <wolff@inf.fu-berlin.de>, by adding
385% accents, accented characters, and various other non-alphabetics
386% to the original Hershey fonts.  These are "freeware", not to be sold.
387
388/Hershey-Gothic-English		(hrger.pfa)	;	% 5066533
389/Hershey-Gothic-German		(hrgrr.pfa)	;
390/Hershey-Gothic-Italian		(hritr.pfa)	;
391
392/Hershey-Plain-Duplex		(hrpld.pfa)	;
393/Hershey-Plain-Duplex-Italic	(hrpldi.pfa)	;
394/Hershey-Plain-Triplex		(hrplt.pfa)	;
395/Hershey-Plain-Triplex-Italic	(hrplti.pfa)	;
396
397/Hershey-Script-Complex		(hrscc.pfa)	;
398/Hershey-Script-Simplex		(hrscs.pfa)	;	% 5066541
399
400% Fonts created algorithmically from the above.
401
402/Hershey-Gothic-English-Bold		(hrgerb.gsf)	;	% 5066542
403/Hershey-Gothic-English-Oblique		(hrgero.gsf)	;
404/Hershey-Gothic-English-SemiBold	(hrgerd.gsf)	;
405/Hershey-Gothic-German-Bold		(hrgrrb.gsf)	;
406/Hershey-Gothic-German-Oblique		(hrgrro.gsf)	;
407/Hershey-Gothic-Italian-Bold		(hritrb.gsf)	;
408/Hershey-Gothic-Italian-Oblique		(hritro.gsf)	;
409
410/Hershey-Plain-Duplex-Bold		(hrpldb.gsf)	;
411/Hershey-Plain-Duplex-Bold-Italic	(hrpldbi.gsf)	;
412/Hershey-Plain-Triplex-Bold		(hrpltb.gsf)	;
413/Hershey-Plain-Triplex-Bold-Italic	(hrpltbi.gsf)	;
414
415/Hershey-Script-Complex-Bold		(hrsccb.gsf)	;
416/Hershey-Script-Complex-Oblique		(hrscco.gsf)	;
417/Hershey-Script-Simplex-Bold		(hrscsb.gsf)	;
418/Hershey-Script-Simplex-Oblique		(hrscso.gsf)	;	% 5066556
419
420% Fonts consisting only of characters from the original Hershey
421% distribution.  These are Type 3 fonts.
422
423/Hershey-Greek-Complex			(hrgkc.gsf)	;	% 5066557
424/Hershey-Greek-Simplex			(hrgks.gsf)	;
425
426/Hershey-Plain				(hrplr.gsf)	;
427/Hershey-Plain-Simplex			(hrpls.gsf)	;	% 5066560
428
429% Fonts created algorithmically from the above.
430
431/Hershey-Plain-Bold			(hrplrb.gsf)	;	% 5066561
432/Hershey-Plain-Bold-Oblique		(hrplrbo.gsf)	;
433/Hershey-Plain-Oblique			(hrplro.gsf)	;
434/Hershey-Plain-Simplex-Bold		(hrplsb.gsf)	;
435/Hershey-Plain-Simplex-Bold-Oblique	(hrplsbo.gsf)	;
436/Hershey-Plain-Simplex-Oblique		(hrplso.gsf)	;	% 5066566
437
438% This font, and only this font among the Hershey fonts, uses
439% the SymbolEncoding.
440
441/Hershey-Symbol				(hrsyr.gsf)	;	% 5066567
442%
443%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
444%
445%  Solaris 2 Display PostScript Type1 and Type3 fonts...
446%
447
448/Helvetica			(Helvetica.pfa)			;
449/Helvetica-Bold			(Helvetica-Bold.pfa)		;
450/Helvetica-BoldOblique		(Helvetica-BoldOblique.pfa)	;
451/Helvetica-Oblique		(Helvetica-Oblique.pfa)		;
452
453/Symbol				(Symbol.pfa)			;
454/SymbolSet			/Symbol				;
455
456/Times-Bold			(Times-Bold.pfa)		;
457/Times-BoldItalic		(Times-BoldItalic.pfa)		;
458/Times-Italic			(Times-Italic.pfa)		;
459/Times-Roman			(Times-Roman.pfa)		;
460/TimesNewRoman			/Times-Roman			;
461/TimesNewRoman-Bold		/Times-Bold			;
462/TimesNewRoman-BoldItalic	/Times-BoldItalic		;
463/TimesNewRoman-Italic		/Times-Italic			;
464
465/Dijkstra			(Dijkstra.ps)			;
466
467/Hershey-Cyrillic		(HrshCyr.ps)			;
468
469/Hershey-Gothic			(HrshGoth.ps)			;
470
471/Hershey-Greek			(HrshGrk.ps)			;
472/Hershey-Greek-Narrow		(HrshGrkN.ps)			;
473/Hershey-Greekp			(HrshGrkp.ps)			;
474
475/Hershey-Italic			(HrshI.ps)			;
476/Hershey-Italic-Narrow		(HrshIN.ps)			;
477/Hershey-Italic-Wide		(HrshIW.ps)			;
478/Hershey-Roman			(HrshRom.ps)			;
479/Hershey-Roman-Narrow		(HrshRomN.ps)			;
480/Hershey-Roman-Wide		(HrshRomW.ps)			;
481/Hershey-Romand			(HrshRomd.ps)			;
482/Hershey-Romanp			(HrshRomp.ps)			;
483
484/Hershey-Script			(HrshScr.ps)			;
485/Hershey-Script-Narrow		(HrshScrN.ps)			;
486