source: other-projects/trunk/winbin/bin/ghostscript/lib/Fontmap.GS@ 17223

Last change on this file since 17223 was 17223, checked in by max, 16 years ago

Add Ghostscript binaries and libraries for windows.

File size: 13.2 KB
Line 
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 8856 2008-07-21 23:23:13Z giles $
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% The following table is executed as a PostScript file.
50% If you add new entries, be sure to copy the punctuation accurately;
51% in particular, you must leave at least one space or tab between each
52% field in the entry. Also, please read fonts.doc for important information
53% about font names.
54
55% PDF interpreter evaluates hexadecimal escapes in PDF font names before
56% looking up the font. When the resulting name cannot be represented using
57% PostScript name syntax, the string can be used instead of the name.
58
59% Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
60% and other programs that don't include full PostScript interpreters,
61% as well as with PostScript interpreters; .gsf fonts are compatible with
62% PostScript interpreters, but not with ATM or similar programs.
63
64%
65
66%
67% Fonts contributed by:
68% URW++ Design and Development Incorporated
69% Poppenbuetteler Bogen 29A
70% D-22399 Hamburg
71% Germany
72% tel. +49 (40) 60 60 50
73% fax +49 (40) 60 60 51 11
74% http://www.urwpp.de
75% for distribution under the GNU License and Aladdin Free Public License.
76% See the notice at the head of this Fontmap file for licensing terms.
77% Each of these fonts is individually covered by the license:
78% for licensing purposes, they are not "part of" any larger entity.
79% The following notice applies to these fonts:
80%
81% Copyright URW Software, Copyright 1994 by URW.
82%
83
84% Actual fonts
85
86/URWBookmanL-DemiBold (b018015l.pfb) ;
87/URWBookmanL-DemiBoldItal (b018035l.pfb) ;
88/URWBookmanL-Ligh (b018012l.pfb) ;
89/URWBookmanL-LighItal (b018032l.pfb) ;
90
91/NimbusMonL-Regu (n022003l.pfb) ;
92/NimbusMonL-ReguObli (n022023l.pfb) ;
93/NimbusMonL-Bold (n022004l.pfb) ;
94/NimbusMonL-BoldObli (n022024l.pfb) ;
95
96/URWGothicL-Book (a010013l.pfb) ;
97/URWGothicL-BookObli (a010033l.pfb) ;
98/URWGothicL-Demi (a010015l.pfb) ;
99/URWGothicL-DemiObli (a010035l.pfb) ;
100
101/NimbusSanL-Regu (n019003l.pfb) ;
102/NimbusSanL-ReguItal (n019023l.pfb) ;
103/NimbusSanL-Bold (n019004l.pfb) ;
104/NimbusSanL-BoldItal (n019024l.pfb) ;
105
106/NimbusSanL-ReguCond (n019043l.pfb) ;
107/NimbusSanL-ReguCondItal (n019063l.pfb) ;
108/NimbusSanL-BoldCond (n019044l.pfb) ;
109/NimbusSanL-BoldCondItal (n019064l.pfb) ;
110
111/URWPalladioL-Roma (p052003l.pfb) ;
112/URWPalladioL-Ital (p052023l.pfb) ;
113/URWPalladioL-Bold (p052004l.pfb) ;
114/URWPalladioL-BoldItal (p052024l.pfb) ;
115
116/CenturySchL-Roma (c059013l.pfb) ;
117/CenturySchL-Ital (c059033l.pfb) ;
118/CenturySchL-Bold (c059016l.pfb) ;
119/CenturySchL-BoldItal (c059036l.pfb) ;
120
121/NimbusRomNo9L-Regu (n021003l.pfb) ;
122/NimbusRomNo9L-ReguItal (n021023l.pfb) ;
123/NimbusRomNo9L-Medi (n021004l.pfb) ;
124/NimbusRomNo9L-MediItal (n021024l.pfb) ;
125
126/StandardSymL (s050000l.pfb) ;
127
128/URWChanceryL-MediItal (z003034l.pfb) ;
129
130/Dingbats (d050000l.pfb) ;
131
132% Aliases
133
134/Bookman-Demi /URWBookmanL-DemiBold ;
135/Bookman-DemiItalic /URWBookmanL-DemiBoldItal ;
136/Bookman-Light /URWBookmanL-Ligh ;
137/Bookman-LightItalic /URWBookmanL-LighItal ;
138
139/Courier /NimbusMonL-Regu ;
140/Courier-Oblique /NimbusMonL-ReguObli ;
141/Courier-Bold /NimbusMonL-Bold ;
142/Courier-BoldOblique /NimbusMonL-BoldObli ;
143
144/AvantGarde-Book /URWGothicL-Book ;
145/AvantGarde-BookOblique /URWGothicL-BookObli ;
146/AvantGarde-Demi /URWGothicL-Demi ;
147/AvantGarde-DemiOblique /URWGothicL-DemiObli ;
148
149/Helvetica /NimbusSanL-Regu ;
150/Helvetica-Oblique /NimbusSanL-ReguItal ;
151/Helvetica-Bold /NimbusSanL-Bold ;
152/Helvetica-BoldOblique /NimbusSanL-BoldItal ;
153
154/Helvetica-Narrow /NimbusSanL-ReguCond ;
155/Helvetica-Narrow-Oblique /NimbusSanL-ReguCondItal ;
156/Helvetica-Narrow-Bold /NimbusSanL-BoldCond ;
157/Helvetica-Narrow-BoldOblique /NimbusSanL-BoldCondItal ;
158
159/Palatino-Roman /URWPalladioL-Roma ;
160/Palatino-Italic /URWPalladioL-Ital ;
161/Palatino-Bold /URWPalladioL-Bold ;
162/Palatino-BoldItalic /URWPalladioL-BoldItal ;
163
164/NewCenturySchlbk-Roman /CenturySchL-Roma ;
165/NewCenturySchlbk-Italic /CenturySchL-Ital ;
166/NewCenturySchlbk-Bold /CenturySchL-Bold ;
167/NewCenturySchlbk-BoldItalic /CenturySchL-BoldItal ;
168
169/Times-Roman /NimbusRomNo9L-Regu ;
170/Times-Italic /NimbusRomNo9L-ReguItal ;
171/Times-Bold /NimbusRomNo9L-Medi ;
172/Times-BoldItalic /NimbusRomNo9L-MediItal ;
173
174/Symbol /StandardSymL ;
175
176/ZapfChancery-MediumItalic /URWChanceryL-MediItal ;
177
178/ZapfDingbats /Dingbats ;
179
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%
240% Fonts contributed by URW GmbH for distribution under the GNU License.
241% The following notice accompanied these fonts:
242%
243% U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
244% U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
245%
246% Copyright (c) 1992 URW GmbH, Hamburg, Germany
247%
248% This program is free software; you can redistribute it and/or modify
249% it under the terms of the GNU General Public License as published by
250% the Free Software Foundation; either version 2 of the License, or
251% (at your option) later version.
252%
253% This program is distributed in the hope that it will be useful,
254% but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
255% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
256% See the GNU General Public License for more details.
257%
258% You should have received a copy of the GNU General Public License
259% along with this program; if not, write to the Free Software
260% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 U.S.A.
261%
262% Address:
263% URW GmbH
264% PC Support
265% Harksheider Strasse 102
266% 2000 Hamburg 65
267% Germany
268% Phone: +49 40 60 60 50 (Reception)
269% Phone: +49 40 60 60 52 30 (PC Support)
270% Fax : +49 40 60 60 52 52
271%
272
273/URWAntiquaT-RegularCondensed (u003043t.gsf) ;
274/URWGroteskT-Bold (u004006t.gsf) ;
275
276%
277
278%
279% Calligraphic Kana fonts. These are distributed under the OFL 1.1:
280%
281% Copyright (c) 1993, Kevin Hartig ([email protected]),
282% with Reserved Font Name Calligraphic-Hiragana and Calligraphic-Katakana.
283% This Font Software is licensed under the SIL Open Font License, Version 1.1.
284% This license is available with an FAQ at: http://scripts.sil.org/OFL
285
286% Hiragana and Katakana fonts. The character names are inappropriate,
287% and the encoding is probably not related to any known standard.
288
289/Calligraphic-Hiragana (fhirw.gsf) ;
290/Calligraphic-Katakana (fkarw.gsf) ;
291
292%
293
294%
295% Public-domain fonts. These have no copyright, and are of unknown quality.
296
297% Cyrillic fonts. The character names are inappropriate,
298% and the encoding is probably not related to any known standard.
299
300/Shareware-Cyrillic-Regular (fcyr.gsf) ;
301/Shareware-Cyrillic-Italic (fcyri.gsf) ;
302
303% Aliases
304/Cyrillic /Cyrillic-Regular ;
305/Cyrillic-Regular /Shareware-Cyrillic-Regular ;
306/Cyrillic-Italic /Shareware-Cyrillic-Italic ;
307
308%
309
310%
311% Fonts converted from Hershey outlines. These are constructed and
312% maintained manually. These are also in the public domain.
313%
314% The suggested UniqueID's and filenames are constructed differently for
315% these than for the ones above, because of the strange way that the Hershey
316% fonts were constructed. The scheme for these looks like:
317%
318% 42TTXY0
319%
320% TT = typeface, X = ``class'', Y = variation
321%
322% The typeface names and numbers are listed in fonts.mak.
323%
324% class:
325% 0 = normal = r
326% 1 = simplex = s
327% 2 = complex = c
328% 3 = triplex = t
329% 4 = duplex = d
330%
331% variation:
332% 0 = normal (omitted)
333% 1 = oblique = o
334% 2 = italic = i
335% 3 = bold = b
336% 4 = bold oblique = bo
337% 5 = bold italic = bi
338%
339
340% Fonts created by Thomas Wolff <[email protected]>, by adding
341% accents, accented characters, and various other non-alphabetics
342% to the original Hershey fonts. These are "freeware", not to be sold.
343
344/Hershey-Gothic-English (hrger.pfa) ; % 5066533
345/Hershey-Gothic-German (hrgrr.pfa) ;
346/Hershey-Gothic-Italian (hritr.pfa) ;
347
348/Hershey-Plain-Duplex (hrpld.pfa) ;
349/Hershey-Plain-Duplex-Italic (hrpldi.pfa) ;
350/Hershey-Plain-Triplex (hrplt.pfa) ;
351/Hershey-Plain-Triplex-Italic (hrplti.pfa) ;
352
353/Hershey-Script-Complex (hrscc.pfa) ;
354/Hershey-Script-Simplex (hrscs.pfa) ; % 5066541
355
356% Fonts created algorithmically from the above.
357
358/Hershey-Gothic-English-Bold (hrgerb.gsf) ; % 5066542
359/Hershey-Gothic-English-Oblique (hrgero.gsf) ;
360/Hershey-Gothic-English-SemiBold (hrgerd.gsf) ;
361/Hershey-Gothic-German-Bold (hrgrrb.gsf) ;
362/Hershey-Gothic-German-Oblique (hrgrro.gsf) ;
363/Hershey-Gothic-Italian-Bold (hritrb.gsf) ;
364/Hershey-Gothic-Italian-Oblique (hritro.gsf) ;
365
366/Hershey-Plain-Duplex-Bold (hrpldb.gsf) ;
367/Hershey-Plain-Duplex-Bold-Italic (hrpldbi.gsf) ;
368/Hershey-Plain-Triplex-Bold (hrpltb.gsf) ;
369/Hershey-Plain-Triplex-Bold-Italic (hrpltbi.gsf) ;
370
371/Hershey-Script-Complex-Bold (hrsccb.gsf) ;
372/Hershey-Script-Complex-Oblique (hrscco.gsf) ;
373/Hershey-Script-Simplex-Bold (hrscsb.gsf) ;
374/Hershey-Script-Simplex-Oblique (hrscso.gsf) ; % 5066556
375
376% Fonts consisting only of characters from the original Hershey
377% distribution. These are Type 3 fonts.
378
379/Hershey-Greek-Complex (hrgkc.gsf) ; % 5066557
380/Hershey-Greek-Simplex (hrgks.gsf) ;
381
382/Hershey-Plain (hrplr.gsf) ;
383/Hershey-Plain-Simplex (hrpls.gsf) ; % 5066560
384
385% Fonts created algorithmically from the above.
386
387/Hershey-Plain-Bold (hrplrb.gsf) ; % 5066561
388/Hershey-Plain-Bold-Oblique (hrplrbo.gsf) ;
389/Hershey-Plain-Oblique (hrplro.gsf) ;
390/Hershey-Plain-Simplex-Bold (hrplsb.gsf) ;
391/Hershey-Plain-Simplex-Bold-Oblique (hrplsbo.gsf) ;
392/Hershey-Plain-Simplex-Oblique (hrplso.gsf) ; % 5066566
393
394% This font, and only this font among the Hershey fonts, uses
395% the SymbolEncoding.
396
397/Hershey-Symbol (hrsyr.gsf) ; % 5066567
398
399/Arial /ArialMT ;
400/Arial,Bold /Arial-BoldMT ;
401/Arial,Italic /Arial-ItalicMT ;
402/Arial,BoldItalic /Arial-BoldItalicMT ;
403
404/TimesNewRoman /TimesNewRomanPSMT ;
405/TimesNewRoman,Bold /TimesNewRomanPS-BoldMT ;
406/TimesNewRoman,Italic /TimesNewRomanPS-ItalicMT ;
407/TimesNewRoman,BoldItalic /TimesNewRomanPS-BoldItalicMT ;
408
Note: See TracBrowser for help on using the repository browser.