source: other-projects/trunk/winbin/bin/ghostscript/lib/Fontmap.OS2@ 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: 7.1 KB
Line 
1% Copyright (C) 1990, 1992, 1993, 1996 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.OS2 6300 2005-12-28 19:56:24Z giles $
17% fontmap.os2 aka Fontmap.OS2 - OS/2 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%
46% - A terminating semicolon.
47
48% Because of limitations in the MS-DOS environment, Ghostscript font
49% file names must be no more than 8 characters long, must consist only
50% of LOWER CASE letters, digits, and underscores, and must start with a
51% letter. Font names, on the other hand, need only obey the syntax of
52% names in the Ghostscript language, which is much more liberal.
53
54% Most of the Ghostscript fonts were created automatically from freely
55% available bitmaps. There is a makefile (fonts.mak) that specifies
56% how this conversion was done. fonts.mak also specifies, for each such
57% converted font, its uniqueID (an integer used to identify distinct fonts
58% within the Ghostscript font machinery), and its encoding (the mapping
59% from character codes in a string to character names). For more detailed
60% information, read fonts.mak.
61
62% The following table is actually a Ghostscript data structure.
63% If you add new entries, be sure to copy the punctuation accurately;
64% in particular, you must leave at least one space or tab between each
65% field in the entry. Also, please read fonts.doc for important information
66% about font names.
67
68
69%
70
71%
72% Fonts contributed by:
73% URW++ Design and Development Incorporated
74% Poppenbuetteler Bogen 29A
75% D-22399 Hamburg
76% Germany
77% tel. +49 (40) 60 60 50
78% fax +49 (40) 60 60 51 11
79% http://www.urwpp.de
80% for distribution under the GNU License and Aladdin Free Public License.
81% See the notice at the head of this Fontmap file for licensing terms.
82% Each of these fonts is individually covered by the license:
83% for licensing purposes, they are not "part of" any larger entity.
84% The following notice applies to these fonts:
85%
86% Copyright URW Software, Copyright 1994 by URW.
87%
88
89% Actual fonts
90
91/URWBookmanL-DemiBold (b018015l.pfb) ;
92/URWBookmanL-DemiBoldItal (b018035l.pfb) ;
93/URWBookmanL-Ligh (b018012l.pfb) ;
94/URWBookmanL-LighItal (b018032l.pfb) ;
95
96/NimbusMonL-Regu (n022003l.pfb) ;
97/NimbusMonL-ReguObli (n022023l.pfb) ;
98/NimbusMonL-Bold (n022004l.pfb) ;
99/NimbusMonL-BoldObli (n022024l.pfb) ;
100
101/URWGothicL-Book (a010013l.pfb) ;
102/URWGothicL-BookObli (a010033l.pfb) ;
103/URWGothicL-Demi (a010015l.pfb) ;
104/URWGothicL-DemiObli (a010035l.pfb) ;
105
106/NimbusSanL-Regu (n019003l.pfb) ;
107/NimbusSanL-ReguItal (n019023l.pfb) ;
108/NimbusSanL-Bold (n019004l.pfb) ;
109/NimbusSanL-BoldItal (n019024l.pfb) ;
110
111/NimbusSanL-ReguCond (n019043l.pfb) ;
112/NimbusSanL-ReguCondItal (n019063l.pfb) ;
113/NimbusSanL-BoldCond (n019044l.pfb) ;
114/NimbusSanL-BoldCondItal (n019064l.pfb) ;
115
116/URWPalladioL-Roma (p052003l.pfb) ;
117/URWPalladioL-Ital (p052023l.pfb) ;
118/URWPalladioL-Bold (p052004l.pfb) ;
119/URWPalladioL-BoldItal (p052024l.pfb) ;
120
121/CenturySchL-Roma (c059013l.pfb) ;
122/CenturySchL-Ital (c059033l.pfb) ;
123/CenturySchL-Bold (c059016l.pfb) ;
124/CenturySchL-BoldItal (c059036l.pfb) ;
125
126/NimbusRomNo9L-Regu (n021003l.pfb) ;
127/NimbusRomNo9L-ReguItal (n021023l.pfb) ;
128/NimbusRomNo9L-Medi (n021004l.pfb) ;
129/NimbusRomNo9L-MediItal (n021024l.pfb) ;
130
131/StandardSymL (s050000l.pfb) ;
132
133/URWChanceryL-MediItal (z003034l.pfb) ;
134
135/Dingbats (d050000l.pfb) ;
136
137% Aliases
138
139/Bookman-Demi /URWBookmanL-DemiBold ;
140/Bookman-DemiItalic /URWBookmanL-DemiBoldItal ;
141/Bookman-Light /URWBookmanL-Ligh ;
142/Bookman-LightItalic /URWBookmanL-LighItal ;
143
144/Courier /NimbusMonL-Regu ;
145/Courier-Oblique /NimbusMonL-ReguObli ;
146/Courier-Bold /NimbusMonL-Bold ;
147/Courier-BoldOblique /NimbusMonL-BoldObli ;
148
149/AvantGarde-Book /URWGothicL-Book ;
150/AvantGarde-BookOblique /URWGothicL-BookObli ;
151/AvantGarde-Demi /URWGothicL-Demi ;
152/AvantGarde-DemiOblique /URWGothicL-DemiObli ;
153
154/Helvetica /NimbusSanL-Regu ;
155/Helvetica-Oblique /NimbusSanL-ReguItal ;
156/Helvetica-Bold /NimbusSanL-Bold ;
157/Helvetica-BoldOblique /NimbusSanL-BoldItal ;
158
159/Helvetica-Narrow /NimbusSanL-ReguCond ;
160/Helvetica-Narrow-Oblique /NimbusSanL-ReguCondItal ;
161/Helvetica-Narrow-Bold /NimbusSanL-BoldCond ;
162/Helvetica-Narrow-BoldOblique /NimbusSanL-BoldCondItal ;
163
164/Palatino-Roman /URWPalladioL-Roma ;
165/Palatino-Italic /URWPalladioL-Ital ;
166/Palatino-Bold /URWPalladioL-Bold ;
167/Palatino-BoldItalic /URWPalladioL-BoldItal ;
168
169/NewCenturySchlbk-Roman /CenturySchL-Roma ;
170/NewCenturySchlbk-Italic /CenturySchL-Ital ;
171/NewCenturySchlbk-Bold /CenturySchL-Bold ;
172/NewCenturySchlbk-BoldItalic /CenturySchL-BoldItal ;
173
174/Times-Roman /NimbusRomNo9L-Regu ;
175/Times-Italic /NimbusRomNo9L-ReguItal ;
176/Times-Bold /NimbusRomNo9L-Medi ;
177/Times-BoldItalic /NimbusRomNo9L-MediItal ;
178
179/Symbol /StandardSymL ;
180
181/ZapfChancery-MediumItalic /URWChanceryL-MediItal ;
182
183/ZapfDingbats /Dingbats ;
184
185
186%
187
188% ATM fonts that come with OS/2.
189
190/Courier (cour.pfb) ;
191/Courier-Oblique /Courier-Italic ;
192/Courier-Italic (couri.pfb) ;
193/Courier-Bold (courb.pfb) ;
194/Courier-BoldOblique /Courier-BoldItalic ;
195/Courier-BoldItalic (courbi.pfb) ;
196
197/Helvetica (helv.pfb) ;
198/Helvetica-Oblique /Helvetica-Italic ;
199/Helvetica-Italic (helvi.pfb) ;
200/Helvetica-Bold (helvb.pfb) ;
201/Helvetica-BoldOblique /Helvetica-BoldItalic ;
202/Helvetica-BoldItalic (helvbi.pfb) ;
203
204/Symbol /SymbolSet ;
205/SymbolSet (symb.pfb) ;
206
207/Times-Roman /TimesNewRoman ;
208/TimesNewRoman (tnr.pfb) ;
209/Times-Italic /TimesNewRoman-Italic ;
210/TimesNewRoman-Italic (tnri.pfb) ;
211/Times-Bold /TimesNewRoman-Bold ;
212/TimesNewRoman-Bold (tnrb.pfb) ;
213/Times-BoldItalic /TimesNewRoman-BoldItalic ;
214/TimesNewRoman-BoldItalic (tnrbi.pfb) ;
215
216
Note: See TracBrowser for help on using the repository browser.