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