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