]> git.lizzy.rs Git - plan9front.git/blob - sys/lib/ghostscript/font/Fontmap.GS
audiohda: fix syntax error
[plan9front.git] / sys / lib / ghostscript / font / Fontmap.GS
1 % Copyright (C) 1996, 1999 Aladdin Enterprises.  All rights reserved.
2
3 % This file is part of Aladdin Ghostscript.
4
5 % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
6 % or distributor accepts any responsibility for the consequences of using it,
7 % or for whether it serves any particular purpose or works at all, unless he
8 % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
9 % License (the "License") for full details.
10
11 % Every copy of Aladdin Ghostscript must include a copy of the License,
12 % normally in a plain ASCII text file named PUBLIC.  The License grants you
13 % the right to copy, modify and redistribute Aladdin Ghostscript, but only
14 % under certain conditions described in the License.  Among other things, the
15 % License requires that the copyright notice and this notice be preserved on
16 % all copies.
17
18 % $Id: Fontmap.GS,v 1.1 2000/03/09 08:40:39 lpd Exp $
19 % Fontmap - standard font catalog for Ghostscript.
20
21 % ----------------------------------------------------------------
22
23 % This file is a catalog of fonts known to Ghostscript.  Any font
24 % that is to be loaded automatically when named must be in this catalog,
25 % except for fonts that Ghostscript finds automatically in directories
26 % named in the GS_FONTPATH environment variable.
27
28 % Each font has an entry consisting of three items:
29 %
30 %       - The name by which the font is known inside Ghostscript
31 %       (a Ghostscript name preceded by a `/', or a string enclosed
32 %       in parentheses).  This is used to find the file from which
33 %       a font of a given name should be loaded.
34 %
35 %       - Information depending on whether this is a real font or a
36 %       font alias:
37 %
38 %               - For real fonts, the name of the Ghostscript font
39 %               file (a Ghostscript string, enclosed in parentheses).
40 %               The filename should include the extension, which (by
41 %               convention) is `.gsf'.  `.pfa' and `.pfb' files are
42 %               also usable as fonts for Ghostscript.
43 %
44 %               - For font aliases, the name of the font which should
45 %               be used when this one is requested, preceded by a
46 %               `/'.  See the entry for Charter below for an example.
47 %               Note that an alias name cannot be enclosed in parentheses.
48 %
49 %       - At least one space or tab, and a terminating semicolon.
50
51 % Because of limitations in the MS-DOS environment, Ghostscript font
52 % file names must be no more than 8 characters long, must consist only
53 % of LOWER CASE letters, digits, and underscores, and must start with a
54 % letter.  Font names, on the other hand, need only obey the syntax of
55 % names in the Ghostscript language, which is much more liberal.
56
57 % The following table is actually a Ghostscript data structure.
58 % If you add new entries, be sure to copy the punctuation accurately;
59 % in particular, you must leave at least one space or tab between each
60 % field in the entry.  Also, please read fonts.doc for important information
61 % about font names.
62
63 % Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
64 % and other programs that don't include full PostScript interpreters,
65 % as well as with PostScript interpreters; .gsf fonts are compatible with
66 % PostScript interpreters, but not with ATM or similar programs.
67
68\f
69 %
70 % Fonts contributed by:
71 %       URW++ Design and Development Incorporated
72 %       Poppenbuetteler Bogen 29A
73 %       D-22399 Hamburg
74 %       Germany
75 %       tel. +49 (40) 60 60 50
76 %       fax +49 (40) 60 60 51 11
77 %       http://www.urwpp.de
78 % for distribution under the GNU License and Aladdin Free Public License.
79 % See the notice at the head of this Fontmap file for licensing terms.
80 % Each of these fonts is individually covered by the license:
81 % for licensing purposes, they are not "part of" any larger entity.
82 % The following notice applies to these fonts:
83 %
84 %       Copyright URW Software, Copyright 1994 by URW.
85 %
86
87 % Actual fonts
88
89 /URWBookmanL-DemiBold   (b018015l.pfb)  ;
90 /URWBookmanL-DemiBoldItal       (b018035l.pfb)  ;
91 /URWBookmanL-Ligh       (b018012l.pfb)  ;
92 /URWBookmanL-LighItal   (b018032l.pfb)  ;
93
94 /NimbusMonL-Regu        (n022003l.pfb)  ;
95 /NimbusMonL-ReguObli    (n022023l.pfb)  ;
96 /NimbusMonL-Bold        (n022004l.pfb)  ;
97 /NimbusMonL-BoldObli    (n022024l.pfb)  ;
98
99 /URWGothicL-Book        (a010013l.pfb)  ;
100 /URWGothicL-BookObli    (a010033l.pfb)  ;
101 /URWGothicL-Demi        (a010015l.pfb)  ;
102 /URWGothicL-DemiObli    (a010035l.pfb)  ;
103
104 /NimbusSanL-Regu        (n019003l.pfb)  ;
105 /NimbusSanL-ReguItal    (n019023l.pfb)  ;
106 /NimbusSanL-Bold        (n019004l.pfb)  ;
107 /NimbusSanL-BoldItal    (n019024l.pfb)  ;
108
109 /NimbusSanL-ReguCond    (n019043l.pfb)  ;
110 /NimbusSanL-ReguCondItal        (n019063l.pfb)  ;
111 /NimbusSanL-BoldCond    (n019044l.pfb)  ;
112 /NimbusSanL-BoldCondItal        (n019064l.pfb)  ;
113
114 /URWPalladioL-Roma      (p052003l.pfb)  ;
115 /URWPalladioL-Ital      (p052023l.pfb)  ;
116 /URWPalladioL-Bold      (p052004l.pfb)  ;
117 /URWPalladioL-BoldItal  (p052024l.pfb)  ;
118
119 /CenturySchL-Roma       (c059013l.pfb)  ;
120 /CenturySchL-Ital       (c059033l.pfb)  ;
121 /CenturySchL-Bold       (c059016l.pfb)  ;
122 /CenturySchL-BoldItal   (c059036l.pfb)  ;
123
124 /NimbusRomNo9L-Regu     (n021003l.pfb)  ;
125 /NimbusRomNo9L-ReguItal (n021023l.pfb)  ;
126 /NimbusRomNo9L-Medi     (n021004l.pfb)  ;
127 /NimbusRomNo9L-MediItal (n021024l.pfb)  ;
128
129 /StandardSymL   (s050000l.pfb)  ;
130
131 /URWChanceryL-MediItal  (z003034l.pfb)  ;
132
133 /Dingbats       (d050000l.pfb)  ;
134
135 % Aliases
136
137 /Bookman-Demi                   /URWBookmanL-DemiBold   ;
138 /Bookman-DemiItalic             /URWBookmanL-DemiBoldItal       ;
139 /Bookman-Light                  /URWBookmanL-Ligh       ;
140 /Bookman-LightItalic            /URWBookmanL-LighItal   ;
141
142 /Courier                        /NimbusMonL-Regu        ;
143 /Courier-Oblique                /NimbusMonL-ReguObli    ;
144 /Courier-Bold                   /NimbusMonL-Bold        ;
145 /Courier-BoldOblique            /NimbusMonL-BoldObli    ;
146
147 /AvantGarde-Book                /URWGothicL-Book        ;
148 /AvantGarde-BookOblique         /URWGothicL-BookObli    ;
149 /AvantGarde-Demi                /URWGothicL-Demi        ;
150 /AvantGarde-DemiOblique         /URWGothicL-DemiObli    ;
151
152 /Helvetica                      /NimbusSanL-Regu        ;
153 /Helvetica-Oblique              /NimbusSanL-ReguItal    ;
154 /Helvetica-Bold                 /NimbusSanL-Bold        ;
155 /Helvetica-BoldOblique          /NimbusSanL-BoldItal    ;
156
157 /Helvetica-Narrow               /NimbusSanL-ReguCond    ;
158 /Helvetica-Narrow-Oblique       /NimbusSanL-ReguCondItal        ;
159 /Helvetica-Narrow-Bold          /NimbusSanL-BoldCond    ;
160 /Helvetica-Narrow-BoldOblique   /NimbusSanL-BoldCondItal        ;
161
162 /Palatino-Roman                 /URWPalladioL-Roma      ;
163 /Palatino-Italic                /URWPalladioL-Ital      ;
164 /Palatino-Bold                  /URWPalladioL-Bold      ;
165 /Palatino-BoldItalic            /URWPalladioL-BoldItal  ;
166
167 /NewCenturySchlbk-Roman         /CenturySchL-Roma       ;
168 /NewCenturySchlbk-Italic        /CenturySchL-Ital       ;
169 /NewCenturySchlbk-Bold          /CenturySchL-Bold       ;
170 /NewCenturySchlbk-BoldItalic    /CenturySchL-BoldItal   ;
171
172 /Times-Roman                    /NimbusRomNo9L-Regu     ;
173 /Times-Italic                   /NimbusRomNo9L-ReguItal ;
174 /Times-Bold                     /NimbusRomNo9L-Medi     ;
175 /Times-BoldItalic               /NimbusRomNo9L-MediItal ;
176
177 /Symbol                         /StandardSymL   ;
178
179 /ZapfChancery-MediumItalic      /URWChanceryL-MediItal  ;
180
181 /ZapfDingbats                   /Dingbats       ;