Fontmap.GS 13 KB

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