File: Fontmap

package info (click to toggle)
freefont 0.10-8
  • links: PTS
  • area: non-free
  • in suites: hamm, potato, slink
  • size: 2,852 kB
  • ctags: 3
  • sloc: makefile: 38; sh: 24
file content (326 lines) | stat: -rw-r--r-- 11,356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
%    Copyright (C) 1990, 1992, 1993 Aladdin Enterprises.  All rights reserved.
%
% This file is part of Ghostscript.
%
% Ghostscript is distributed in the hope that it will be useful, but
% WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
% to anyone for the consequences of using it or for whether it serves any
% particular purpose or works at all, unless he says so in writing.  Refer
% to the Ghostscript General Public License for full details.
%
% Everyone is granted permission to copy, modify and redistribute
% Ghostscript, but only under the conditions described in the Ghostscript
% General Public License.  A copy of this license is supposed to have been
% given to you along with Ghostscript so you can know your rights and
% responsibilities.  It should be in a file named COPYING.  Among other
% things, the copyright notice and this notice must be preserved on all
% copies.

% ************************]******
% * Updated for Freefont package *
% ----------------------------------------------------------------

% This file is a catalog of fonts known to Ghostscript.  Any font
% that is to be loaded automatically when named must be in this catalog.

% Each font has an entry consisting of three items:
%
%	- The name by which the font is known inside Ghostscript
%	(a Ghostscript name preceded by a `/', or a string enclosed
%	in parentheses).  This is used to find the file from which
%	a font of a given name should be loaded.
%
%	- Information depending on whether this is a real font or a
%	font alias:
%
%		- For real fonts, the name of the Ghostscript font
%		file (a Ghostscript string, enclosed in parentheses).
%		The filename should include the extension, which (by
%		convention) is `.gsf'.  `.pfa' and `.pfb' files are
%		also usable as fonts for Ghostscript.
%
%		- For font aliases, the name of the font which should
%		be used when this one is requested, preceded by a
%		`/'.  See the entry for Charter below for an example.
%
%	- A terminating semicolon.

% Because of limitations in the MS-DOS environment, Ghostscript font
% file names must be no more than 8 characters long, must consist only
% of LOWER CASE letters, digits, and underscores, and must start with a
% letter.  Font names, on the other hand, need only obey the syntax of
% names in the Ghostscript language, which is much more liberal.

% Most of the Ghostscript fonts were created automatically from freely
% available bitmaps.  There is a makefile (fonts.mak) that specifies
% how this conversion was done.  fonts.mak also specifies, for each such
% converted font, its uniqueID (an integer used to identify distinct fonts
% within the Ghostscript font machinery), and its encoding (the mapping
% from character codes in a string to character names).  For more detailed
% information, read fonts.mak.

% The following table is actually a Ghostscript data structure.
% If you add new entries, be sure to copy the punctuation accurately.

% 
% A homemade font.
 
/Ugly				(uglyr.gsf)	;


% Fonts converted from bitmaps.

/AvantGarde-Book		(pagk.gsf)	;
/AvantGarde-BookOblique		(pagko.gsf)	;
/AvantGarde-Demi		(pagd.gsf)	;
/AvantGarde-DemiOblique		(pagdo.gsf)	;

/Bookman-Light			(pbkl.gsf)	;
/Bookman-LightItalic		(pbkli.gsf)	;
/Bookman-Demi			(pbkd.gsf)	;
/Bookman-DemiItalic		(pbkdi.gsf)	;

% The converted Bitstream fonts have been replaced by Type 1 fonts
% contributed to the X11R5 distribution; see below.
%/Charter-Roman			(bchr.gsf)	;
%/Charter-Italic		(bchri.gsf)	;
%/Charter-Bold			(bchb.gsf)	;
%/Charter-BoldItalic		(bchbi.gsf)	;

% The converted Courier fonts have been replaced by Type 1 fonts
% contributed to the X11R5 distribution; see below.
%/Courier			(pcrr.gsf)	;
%/Courier-Oblique		(pcrro.gsf)	;
%/Courier-Bold			(pcrb.gsf)	;
%/Courier-BoldOblique		(pcrbo.gsf)	;
% Quite a few PostScript files reference Courier-Oblique rather than
% Courier-Italic, so we need some aliases here.
/Courier-Oblique		/Courier-Italic		;
/Courier-BoldOblique		/Courier-BoldItalic	;

/Helvetica			(phvr.gsf)	;
/Helvetica-Oblique		(phvro.gsf)	;
/Helvetica-Bold			(phvb.gsf)	;
/Helvetica-BoldOblique		(phvbo.gsf)	;
% We don't have a full set of Helvetica-Narrow....
/Helvetica-Narrow		(phvrrn.gsf)	;
	/Helvetica-Narrow-Bold		/Helvetica-Narrow	;

/NewCenturySchlbk-Roman		(tempofon.pfb)	;
/NewCenturySchlbk-Italic	(tempoitai.pfb)	;
/NewCenturySchlbk-Bold		(pncb.gsf)	;
/NewCenturySchlbk-BoldItalic	(pncbi.gsf)	;

/Palatino-Roman			(pplr.gsf)	;
/Palatino-Italic		(pplri.gsf)	;
/Palatino-Bold			(pplb.gsf)	;
/Palatino-BoldItalic		(pplbi.gsf)	;

/Symbol				(psyr.gsf)	;

/Times-Roman			(baskvl.pfb)	;
/Times-Italic			(baskvli.pfb)	;
/Times-Bold			(baskvlb.pfb)	;
/Times-BoldItalic		(ptmbi.gsf)	;

/ZapfChancery			(zcr.gsf)	;
/ZapfChancery-Oblique		(zcro.gsf)	;
/ZapfChancery-Bold		(zcb.gsf)	;
% Some PostScript files reference the MediumItalic font....
/ZapfChancery-MediumItalic	/ZapfChancery-Oblique	;

/ZapfDingbats			(pzdr.gsf)	;


% 
%
% Type 1 fonts contributed to the X11R5 distribution.
%

% The following notice accompanied the Charter fonts.
%
% (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
%
% You are hereby granted permission under all Bitstream propriety rights
% to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
% Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
% for any purpose and without restriction; provided, that this notice is
% left intact on all copies of such fonts and that Bitstream's trademark
% is acknowledged as shown below on all unmodified copies of the 4 Charter
% Type 1 fonts.
%
% BITSTREAM CHARTER is a registered trademark of Bitstream Inc.

% The Bitstream Charter fonts have different names....
/CharterBT-Roman		(bchr.gsf)	;
/CharterBT-Italic		(bchri.gsf)	;
/CharterBT-Bold			(bchb.gsf)	;
/CharterBT-BoldItalic		(bchbi.gsf)	;
% ... so we provide aliases.
/Charter-Roman			/CharterBT-Roman	;
/Charter-Italic			/CharterBT-Italic	;
/Charter-Bold			/CharterBT-Bold		;
/Charter-BoldItalic		/CharterBT-BoldItalic	;

% The following notice accompanied the Courier font:
%
%   IBM Courier - Copyright (c) IBM Corporation 1990, 1991
%
%   You are hereby granted permission under the terms of the IBM/MIT X
%   Consortium Courier Typefont agreement to execute, reproduce,
%   distribute, display, market, sell and otherwise transfer copies of
%   the IBM Courier font to third parties.
%
%   The font is provided "AS IS" without charge.  NO WARRANTIES OR
%   INDEMNIFICATION ARE GIVEN, WHETHER EXPRESS OR IMPLIED INCLUDING, BUT
%   LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
%   A PARTICULAR PURPOSE.

/Courier		(ncrr.gsf)	;
/Courier-Italic		(ncrri.gsf)	;
/Courier-Bold		(ncrb.gsf)	;
/Courier-BoldItalic	(ncrbi.gsf)	;

% The following notice accompanied the Utopia font:
%
%   Permission to use, reproduce, display and distribute the listed
%   typefaces is hereby granted, provided that the Adobe Copyright notice
%   appears in all whole and partial copies of the software and that the
%   following trademark symbol and attribution appear in all unmodified
%   copies of the software:
%
%           Copyright (c) 1989 Adobe Systems Incorporated
%           Utopia (R)
%           Utopia is a registered trademark of Adobe Systems Incorporated
%
%   The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
%   Metric files) donated are:
%
%           Utopia Regular
%           Utopia Italic
%           Utopia Bold
%           Utopia Bold Italic

/Utopia-Regular		(putr.gsf)	;
/Utopia-Italic		(putri.gsf)	;
/Utopia-Bold		(putb.gsf)	;
/Utopia-BoldItalic	(putbi.gsf)	;

% 
%
% Fonts contributed by URW GmbH for distribution under the GNU License.
% The following notice accompanied these fonts:
%
% N019003L Nimbus Sans L Regular PostScript Type 1 Font Program
% N021003L Nimbus Roman No9 L Regular PostScript Type 1 Font Program
% U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
% U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
%
% Copyright (c) 1992 URW GmbH, Hamburg, Germany
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2 of the License, or
% (at your option) later version.
%
% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
% See the GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with this program; if not, write to the Free Software
% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
%
% Address:
% URW GmbH
% PC Support
% Harksheider Strasse 102
% 2000 Hamburg 65
% Germany
% Phone: +49 40 60 60 50       (Reception)
% Phone: +49 40 60 60 52 30   (PC Support)
% Fax    : +49 40 60 60 52 52
%

/NimbusSansL-Regular		(n019003l.gsf)	;
/NimbusRomanNo9L-Regular	(n021003l.gsf)	;
/URWAntiquaT-RegularCondensed	(u003043t.gsf)	;
/URWGroteskT-Bold		(u004006t.gsf)	;

% 
%
% Shareware fonts.  These have no copyright, and are of questionable quality.
% They have their own UniqueID numbering scheme, which bears no relation
% to that of the other Ghostscript fonts.

/Cyrillic		(cyr.gsf)	;
/Cyrillic-Italic	(cyri.gsf)	;

% 
%
% Fonts converted from Hershey outlines.  These are constructed and
% maintained manually.
%
% The UniqueID's and filenames are constructed differently for
% these than for the ones above, because of the strange way that the Hershey
% fonts were constructed.  The scheme for these looks like:
%
% 42TTXY0
%
% TT = typeface, X = ``class'', Y = variation
%
% The typeface numbers are given above.
%
% class:
% 0 = normal			= r
% 1 = simplex			= s
% 2 = complex			= c
% 3 = triplex			= t
%
% variation:
% 0 = normal			(omitted)
% 1 = oblique			= o
% 2 = italic			= i
% 3 = bold			= b
% 4 = bold oblique		= bo
% 5 = bold italic		= bi
%

/Hershey-Gothic-English		(hrge_r.gsf)	;
/Hershey-Gothic-English-Bold	(hrge_rb.gsf)	;
/Hershey-Gothic-English-Oblique	(hrge_ro.gsf)	;

/Hershey-Gothic-German		(hrgr_r.gsf)	;
/Hershey-Gothic-German-Bold	(hrgr_rb.gsf)	;
/Hershey-Gothic-German-Oblique	(hrgr_ro.gsf)	;

/Hershey-Gothic-Italian		(hrit_r.gsf)	; 
/Hershey-Gothic-Italian-Bold	(hrit_rb.gsf)	;
/Hershey-Gothic-Italian-Oblique	(hrit_ro.gsf)	;

/Hershey-Greek-Complex		(hrgk_c.gsf)	;
/Hershey-Greek-Simplex		(hrgk_s.gsf)	;

/Hershey-Plain			(hrpl_r.gsf)	;
/Hershey-Plain-Bold		(hrpl_rb.gsf)	;
/Hershey-Plain-Oblique		(hrpl_ro.gsf)	;
/Hershey-Plain-Simplex		(hrpl_s.gsf)	;
/Hershey-Plain-Simplex-Bold	(hrpl_sb.gsf)	;
/Hershey-Plain-Simplex-Bold-Oblique (hrpl_sbo.gsf) ;
/Hershey-Plain-Simplex-Oblique	(hrpl_so.gsf)	;
/Hershey-Plain-Triplex		(hrpl_t.gsf)	;
/Hershey-Plain-Triplex-Italic	(hrpl_ti.gsf)	;
/Hershey-Plain-Triplex-Bold	(hrpl_tb.gsf)	;
/Hershey-Plain-Triplex-Bold-Italic (hrpl_tbi.gsf) ;

/Hershey-Script-Complex		(hrsc_c.gsf)	;
/Hershey-Script-Complex-Bold	(hrsc_cb.gsf)	;
/Hershey-Script-Complex-Oblique	(hrsc_co.gsf)	;
/Hershey-Script-Simplex		(hrsc_s.gsf)	;
/Hershey-Script-Simplex-Bold	(hrsc_sb.gsf)	;
/Hershey-Script-Simplex-Oblique	(hrsc_so.gsf)	;

% This font, and only this font among the Hershey fonts, uses
% the SymbolEncoding.
/Hershey-Symbol			(hrsy_r.gsf)	;