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