summaryrefslogtreecommitdiff
path: root/lib/Fontmap.Ult
blob: 79c2072c88fae069cf163b2a70d7d6b342df2c65 (plain)
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
% Copyright (C) 2001-2023 Artifex Software, Inc.
% All Rights Reserved.
%
% This software is provided AS-IS with no warranty, either express or
% implied.
%
% This software is distributed under license and may not be copied,
% modified or distributed except as expressly authorized under the terms
% of the license contained in the file LICENSE in this distribution.
%
% Refer to licensing information at http://www.artifex.com or contact
% Artifex Software, Inc.,  39 Mesa Street, Suite 108A, San Francisco,
% CA 94129, USA, for further information.
%

% Fontmap.Ult is derived from the standard Fontmap file distributed with
% ghostscript; for credits and sources see that file.  The modifications here
% are valid for ULTRIX 4.3, and consist of defining some fonts and font
% aliases as the licensed fontfiles included in ULTRIX for use on ULTRIX
% workstations, which give better quality than the free fontfiles available
% for ghostscript.  Under ULTRIX 4.3 the licensed fontfiles are found in
%
%	/usr/lib/DPS/outline/decwin
%
% so that directory must either be built into ghostscript by redefining
% GS_LIB_DEFAULT when ghostscript is compiled, or else by defining an
% environmental variable GS_LIB_DEFAULT, which contains it as an element of
% the path, when running ghostscript.  For instance, under the KornShell
%
%	GS_LIB_DEFAULT=/usr/gs:/usr/lib/DPS/outline/decwin:/usr/gs/fonts
%	export GS_LIB_DEFAULT
%
% Peter Kaiser (kaiser@acm.org) 27 January 1995
% Updated by L. Peter Deutsch (ghost@aladdin.com) 5 January 1999
%   to include correct aliasing for the Bitstream Charter fonts

/AvantGarde-Book			(AvantGarde-Book)		;
/AvantGarde-BookOblique			(AvantGarde-BookOblique)	;
/AvantGarde-Demi			(AvantGarde-Demi)		;
/AvantGarde-DemiOblique			(AvantGarde-DemiOblique)	;
/Courier				(Courier)			;
/Courier-Bold				(Courier-Bold)			;
/Courier-BoldOblique			(Courier-BoldOblique)		;
/Courier-Oblique			(Courier-Oblique)		;
/Helvetica				(Helvetica)			;
/Helvetica-Bold				(Helvetica-Bold)		;
/Helvetica-BoldOblique			(Helvetica-BoldOblique)		;
/Helvetica-Oblique			(Helvetica-Oblique)		;
/LubalinGraph-Book			(LubalinGraph-Book)		;
/LubalinGraph-BookOblique		(LubalinGraph-BookOblique)	;
/LubalinGraph-Demi			(LubalinGraph-Demi)		;
/LubalinGraph-DemiOblique		(LubalinGraph-DemiOblique)	;
/NewCenturySchlbk-Bold			(NewCenturySchlbk-Bold)		;
/NewCenturySchlbk-BoldItalic		(NewCenturySchlbk-BoldItalic)	;
/NewCenturySchlbk-Italic		(NewCenturySchlbk-Italic)	;
/NewCenturySchlbk-Roman			(NewCenturySchlbk-Roman)	;
/Souvenir-Demi				(Souvenir-Demi)			;
/Souvenir-DemiItalic			(Souvenir-DemiItalic)		;
/Souvenir-Light				(Souvenir-Light)		;
/Souvenir-LightItalic			(Souvenir-LightItalic)		;
/Symbol					(Symbol)			;
/Times-Bold				(Times-Bold)			;
/Times-BoldItalic			(Times-BoldItalic)		;
/Times-Italic				(Times-Italic)			;
/Times-Roman				(Times-Roman)			;

% Fonts distributed as part of ghostscript

/Bookman-Demi				(pbkd.gsf)	;
/Bookman-DemiItalic			(pbkdi.gsf)	;
/Bookman-Light				(pbkl.gsf)	;
/Bookman-LightItalic			(pbkli.gsf)	;
/Calligraphic-Hiragana			(fhirw.gsf)	;
/Calligraphic-Katakana			(fkarw.gsf)	;
/CharterBT-Bold				(bchb.pfa)	;
/CharterBT-BoldItalic			(bchbi.pfa)	;
/CharterBT-Italic			(bchri.pfa)	;
/CharterBT-Roman			(bchr.pfa)	;
/Hershey-Gothic-English			(hrger.pfa)	;
/Hershey-Gothic-English-Bold		(hrgerb.gsf)	;
/Hershey-Gothic-English-Oblique		(hrgero.gsf)	;
/Hershey-Gothic-English-SemiBold	(hrgerd.gsf)	;
/Hershey-Gothic-German			(hrgrr.pfa)	;
/Hershey-Gothic-German-Bold		(hrgrrb.gsf)	;
/Hershey-Gothic-German-Oblique		(hrgrro.gsf)	;
/Hershey-Gothic-Italian			(hritr.pfa)	;
/Hershey-Gothic-Italian-Bold		(hritrb.gsf)	;
/Hershey-Gothic-Italian-Oblique		(hritro.gsf)	;
/Hershey-Greek-Complex			(hrgkc.gsf)	;
/Hershey-Greek-Simplex			(hrgks.gsf)	;
/Hershey-Plain				(hrplr.gsf)	;
/Hershey-Plain-Bold			(hrplrb.gsf)	;
/Hershey-Plain-Bold-Oblique		(hrplrbo.gsf)	;
/Hershey-Plain-Duplex			(hrpld.pfa)	;
/Hershey-Plain-Duplex-Bold		(hrpldb.gsf)	;
/Hershey-Plain-Duplex-Bold-Italic	(hrpldbi.gsf)	;
/Hershey-Plain-Duplex-Italic		(hrpldi.pfa)	;
/Hershey-Plain-Oblique			(hrplro.gsf)	;
/Hershey-Plain-Simplex			(hrpls.gsf)	;
/Hershey-Plain-Simplex-Bold		(hrplsb.gsf)	;
/Hershey-Plain-Simplex-Bold-Oblique	(hrplsbo.gsf)	;
/Hershey-Plain-Simplex-Oblique		(hrplso.gsf)	;
/Hershey-Plain-Triplex			(hrplt.pfa)	;
/Hershey-Plain-Triplex-Bold		(hrpltb.gsf)	;
/Hershey-Plain-Triplex-Bold-Italic	(hrpltbi.gsf)	;
/Hershey-Plain-Triplex-Italic		(hrplti.pfa)	;
/Hershey-Script-Complex			(hrscc.pfa)	;
/Hershey-Script-Complex-Bold		(hrsccb.gsf)	;
/Hershey-Script-Complex-Oblique		(hrscco.gsf)	;
/Hershey-Script-Simplex			(hrscs.pfa)	;
/Hershey-Script-Simplex-Bold		(hrscsb.gsf)	;
/Hershey-Script-Simplex-Oblique		(hrscso.gsf)	;
/Hershey-Symbol				(hrsyr.gsf)	;
/NimbusRomanNo9L-Regular		(n021003l.gsf)	;
/NimbusSansL-Regular			(n019003l.gsf)	;
/Palatino-Bold				(pplb.gsf)	;
/Palatino-BoldItalic			(pplbi.gsf)	;
/Palatino-Italic			(pplri.gsf)	;
/Palatino-Roman				(pplr.gsf)	;
/Shareware-Cyrillic-Italic		(fcyri.gsf)	;
/Shareware-Cyrillic-Regular		(fcyr.gsf)	;
/URWAntiquaT-RegularCondensed		(u003043t.gsf)	;
/URWGroteskT-Bold			(u004006t.gsf)	;
/Utopia-Bold				(putb.pfa)	;
/Utopia-BoldItalic			(putbi.pfa)	;
/Utopia-Italic				(putri.pfa)	;
/Utopia-Regular				(putr.pfa)	;
/ZapfChancery				(zcr.gsf)	;
/ZapfChancery-Bold			(zcb.gsf)	;
/ZapfChancery-Oblique			(zcro.gsf)	;
/ZapfDingbats				(pzdr.gsf)	;

% Font aliases

/Charter-Roman			/CharterBT-Roman	;
/Charter-Italic			/CharterBT-Italic	;
/Charter-Bold			/CharterBT-Bold		;
/Charter-BoldItalic		/CharterBT-BoldItalic	;
/Courier-BoldItalic			/Courier-BoldOblique		;
/Courier-Italic				/Courier-Oblique		;
/Cyrillic				/Shareware-Cyrillic-Regular	;
/Cyrillic-Italic			/Shareware-Cyrillic-Italic	;
/Cyrillic-Regular			/Shareware-Cyrillic-Regular	;
/Helvetica-Narrow-Bold			/Helvetica-Narrow		;
/ZapfChancery-MediumItalic		/ZapfChancery-Oblique		;