You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

368 lines
13 KiB

1 month ago
  1. % Copyright (C) 2001-2023 Artifex Software, Inc.
  2. % All Rights Reserved.
  3. %
  4. % This software is provided AS-IS with no warranty, either express or
  5. % implied.
  6. %
  7. % This software is distributed under license and may not be copied,
  8. % modified or distributed except as expressly authorized under the terms
  9. % of the license contained in the file LICENSE in this distribution.
  10. %
  11. % Refer to licensing information at http://www.artifex.com or contact
  12. % Artifex Software, Inc., 39 Mesa Street, Suite 108A, San Francisco,
  13. % CA 94129, USA, for further information.
  14. %
  15. % Fontmap - standard font catalog for Ghostscript.
  16. % ----------------------------------------------------------------
  17. % This file is a catalog of fonts known to Ghostscript. Any font
  18. % that is to be loaded automatically when named must be in this catalog,
  19. % except for fonts that Ghostscript finds automatically in directories
  20. % named in the GS_FONTPATH environment variable.
  21. % Each font has an entry consisting of three items:
  22. %
  23. % - The name by which the font is known inside Ghostscript
  24. % (a Ghostscript name preceded by a `/', or a string enclosed
  25. % in parentheses). This is used to find the file from which
  26. % a font of a given name should be loaded.
  27. %
  28. % - Information depending on whether this is a real font or a
  29. % font alias:
  30. %
  31. % - For real fonts, `PFA', `PFB', 'CFF', 'TTF,
  32. % 'TTC' (see below) files are usable as fonts for
  33. % Ghostscript.
  34. %
  35. % - For font aliases, the name of the font which should
  36. % be used when this one is requested, preceded by a
  37. % `/'. See the entry for Charter below for an example.
  38. % Note that an alias name cannot be enclosed in parentheses.
  39. %
  40. % - At least one space or tab, and a terminating semicolon.
  41. %
  42. %
  43. % There are three forms of record:
  44. % Substitute a font by name:
  45. % /FontName /SubstituteFont ;
  46. % Substitute a font with a file:
  47. % /FontName (/path/to/font/file) ;
  48. % Substitute a font with a font from a Truetype collection:
  49. % /FontName << /Path (/path/to/font/file) /SubfontID <ttc-index> >> ;
  50. %
  51. % Substituting a font with a file can either use the full path form, for example:
  52. % /CenturySchL-Ital (/usr/share/fonts/type1/gsfonts/c059033l.pfb) ;
  53. % Or rely on the Ghostscript font search path:
  54. % /CenturySchL-Ital (c059033l.pfb) ;
  55. %
  56. %
  57. % The dictionary form can be used to substitute a font with an individual font from a Truetype
  58. % collection:
  59. % /NSimSun << /Path (/home/user/fonts/simsun.ttc) /SubfontID 1>> ;
  60. % If the target is not a TTC, the SubfontID entry is ignored.
  61. %
  62. % NOTE: The font name (the entry in first column) must match the name of the TTC index. As
  63. % in the above example, index 0 in simsun.ttc must be /SimSun and index 1 must be /NSimSin.
  64. % The following table is executed as a PostScript file.
  65. % If you add new entries, be sure to copy the punctuation accurately;
  66. % in particular, you must leave at least one space or tab between each
  67. % field in the entry. Also, please read fonts.doc for important information
  68. % about font names.
  69. % PDF interpreter evaluates hexadecimal escapes in PDF font names before
  70. % looking up the font. When the resulting name cannot be represented using
  71. % PostScript name syntax, the string can be used instead of the name.
  72. % Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
  73. % and other programs that don't include full PostScript interpreters,
  74. % as well as with PostScript interpreters; .gsf fonts are compatible with
  75. % PostScript interpreters, but not with ATM or similar programs.
  76. % NOTE: (as of 9.56.0) The use of Postscript operators in the cidfmap file is now deprecated, for
  77. % compatibility with (and security of) the PDF interpreter implemented in C (rather than Postscript).
  78. % Thus operations such as "getenv", "cvn" and ".concatstrings" are no longer supported.
  79. %
  80. %
  81. % Fonts contributed by:
  82. % URW++ Design and Development Incorporated
  83. % Poppenbuetteler Bogen 29A
  84. % D-22399 Hamburg
  85. % Germany
  86. % tel. +49 (40) 60 60 50
  87. % fax +49 (40) 60 60 51 11
  88. % http://www.urwpp.de
  89. % for distribution under the GNU License and Aladdin Free Public License.
  90. % See the notice at the head of this Fontmap file for licensing terms.
  91. % Each of these fonts is individually covered by the license:
  92. % for licensing purposes, they are not "part of" any larger entity.
  93. % The following notice applies to these fonts:
  94. %
  95. % Copyright URW Software, Copyright 1994 by URW.
  96. %
  97. % Aliases
  98. /AvantGarde-BookOblique /URWGothic-BookOblique ;
  99. /AvantGarde-Book /URWGothic-Book ;
  100. /AvantGarde-DemiOblique /URWGothic-DemiOblique ;
  101. /AvantGarde-Demi /URWGothic-Demi ;
  102. /Bookman-DemiItalic /URWBookman-DemiItalic ;
  103. /Bookman-Demi /URWBookman-Demi ;
  104. /Bookman-LightItalic /URWBookman-LightItalic ;
  105. /Bookman-Light /URWBookman-Light ;
  106. /Courier-Bold /NimbusMonoPS-Bold ;
  107. /Courier-BoldOblique /NimbusMonoPS-BoldItalic ;
  108. /Courier /NimbusMonoPS-Regular ;
  109. /Courier-Oblique /NimbusMonoPS-Italic ;
  110. /Helvetica-Bold /NimbusSans-Bold ;
  111. /Helvetica-BoldOblique /NimbusSans-BoldItalic ;
  112. /Helvetica-Narrow-Bold /NimbusSansNarrow-Bold ;
  113. /Helvetica-Narrow-BoldOblique /NimbusSansNarrow-BoldOblique ;
  114. /Helvetica-Narrow /NimbusSansNarrow-Regular ;
  115. /Helvetica-Narrow-Oblique /NimbusSansNarrow-Oblique ;
  116. /Helvetica /NimbusSans-Regular ;
  117. /Helvetica-Oblique /NimbusSans-Italic ;
  118. /NewCenturySchlbk-Bold /C059-Bold ;
  119. /NewCenturySchlbk-BoldItalic /C059-BdIta ;
  120. /NewCenturySchlbk-Italic /C059-Italic ;
  121. /NewCenturySchlbk-Roman /C059-Roman ;
  122. /Palatino-BoldItalic /P052-BoldItalic ;
  123. /Palatino-Bold /P052-Bold ;
  124. /Palatino-Italic /P052-Italic ;
  125. /Palatino-Roman /P052-Roman ;
  126. /Symbol /StandardSymbolsPS ;
  127. /Times-BoldItalic /NimbusRoman-BoldItalic ;
  128. /Times-Bold /NimbusRoman-Bold ;
  129. /Times-Italic /NimbusRoman-Italic ;
  130. /Times-Roman /NimbusRoman-Regular ;
  131. /ZapfChancery-MediumItalic /Z003-MediumItalic ;
  132. /ZapfDingbats /D050000L ;
  133. %
  134. %
  135. % Type 1 fonts contributed to the X11R5 distribution.
  136. %
  137. % The following notice accompanied the Charter fonts.
  138. %
  139. % (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
  140. %
  141. % You are hereby granted permission under all Bitstream propriety rights
  142. % to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
  143. % Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
  144. % for any purpose and without restriction; provided, that this notice is
  145. % left intact on all copies of such fonts and that Bitstream's trademark
  146. % is acknowledged as shown below on all unmodified copies of the 4 Charter
  147. % Type 1 fonts.
  148. %
  149. % BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
  150. /CharterBT-Roman (bchr.pfa) ;
  151. /CharterBT-Italic (bchri.pfa) ;
  152. /CharterBT-Bold (bchb.pfa) ;
  153. /CharterBT-BoldItalic (bchbi.pfa) ;
  154. % Aliases
  155. /Charter-Roman /CharterBT-Roman ;
  156. /Charter-Italic /CharterBT-Italic ;
  157. /Charter-Bold /CharterBT-Bold ;
  158. /Charter-BoldItalic /CharterBT-BoldItalic ;
  159. % The following notice accompanied the Utopia font:
  160. %
  161. % Permission to use, reproduce, display and distribute the listed
  162. % typefaces is hereby granted, provided that the Adobe Copyright notice
  163. % appears in all whole and partial copies of the software and that the
  164. % following trademark symbol and attribution appear in all unmodified
  165. % copies of the software:
  166. %
  167. % Copyright (c) 1989 Adobe Systems Incorporated
  168. % Utopia (R)
  169. % Utopia is a registered trademark of Adobe Systems Incorporated
  170. %
  171. % The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
  172. % Metric files) donated are:
  173. %
  174. % Utopia Regular
  175. % Utopia Italic
  176. % Utopia Bold
  177. % Utopia Bold Italic
  178. /Utopia-Regular (putr.pfa) ;
  179. /Utopia-Italic (putri.pfa) ;
  180. /Utopia-Bold (putb.pfa) ;
  181. /Utopia-BoldItalic (putbi.pfa) ;
  182. %
  183. %
  184. % Fonts contributed by URW GmbH for distribution under the GNU License.
  185. % The following notice accompanied these fonts:
  186. %
  187. % U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
  188. % U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
  189. %
  190. % Copyright (c) 1992 URW GmbH, Hamburg, Germany
  191. %
  192. % This program is free software; you can redistribute it and/or modify
  193. % it under the terms of the GNU General Public License as published by
  194. % the Free Software Foundation; either version 2 of the License, or
  195. % (at your option) later version.
  196. %
  197. % This program is distributed in the hope that it will be useful,
  198. % but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
  199. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  200. % See the GNU General Public License for more details.
  201. %
  202. % You should have received a copy of the GNU General Public License
  203. % along with this program; if not, write to the Free Software
  204. % Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 U.S.A.
  205. %
  206. % Address:
  207. % URW GmbH
  208. % PC Support
  209. % Harksheider Strasse 102
  210. % 2000 Hamburg 65
  211. % Germany
  212. % Phone: +49 40 60 60 50 (Reception)
  213. % Phone: +49 40 60 60 52 30 (PC Support)
  214. % Fax : +49 40 60 60 52 52
  215. %
  216. /URWAntiquaT-RegularCondensed (u003043t.gsf) ;
  217. /URWGroteskT-Bold (u004006t.gsf) ;
  218. %
  219. %
  220. % Calligraphic Kana fonts. These are distributed under the OFL 1.1:
  221. %
  222. % Copyright (c) 1993, Kevin Hartig (kevin.hartig@gmail.com),
  223. % with Reserved Font Name Calligraphic-Hiragana and Calligraphic-Katakana.
  224. % This Font Software is licensed under the SIL Open Font License, Version 1.1.
  225. % This license is available with an FAQ at: http://scripts.sil.org/OFL
  226. % Hiragana and Katakana fonts. The character names are inappropriate,
  227. % and the encoding is probably not related to any known standard.
  228. /Calligraphic-Hiragana (fhirw.gsf) ;
  229. /Calligraphic-Katakana (fkarw.gsf) ;
  230. %
  231. %
  232. % Public-domain fonts. These have no copyright, and are of unknown quality.
  233. % Cyrillic fonts. The character names are inappropriate,
  234. % and the encoding is probably not related to any known standard.
  235. /Shareware-Cyrillic-Regular (fcyr.gsf) ;
  236. /Shareware-Cyrillic-Italic (fcyri.gsf) ;
  237. % Aliases
  238. /Cyrillic /Cyrillic-Regular ;
  239. /Cyrillic-Regular /Shareware-Cyrillic-Regular ;
  240. /Cyrillic-Italic /Shareware-Cyrillic-Italic ;
  241. %
  242. %
  243. % Fonts converted from Hershey outlines. These are constructed and
  244. % maintained manually. These are also in the public domain.
  245. %
  246. % The suggested UniqueID's and filenames are constructed differently for
  247. % these than for the ones above, because of the strange way that the Hershey
  248. % fonts were constructed. The scheme for these looks like:
  249. %
  250. % 42TTXY0
  251. %
  252. % TT = typeface, X = ``class'', Y = variation
  253. %
  254. % The typeface names and numbers are listed in fonts.mak.
  255. %
  256. % class:
  257. % 0 = normal = r
  258. % 1 = simplex = s
  259. % 2 = complex = c
  260. % 3 = triplex = t
  261. % 4 = duplex = d
  262. %
  263. % variation:
  264. % 0 = normal (omitted)
  265. % 1 = oblique = o
  266. % 2 = italic = i
  267. % 3 = bold = b
  268. % 4 = bold oblique = bo
  269. % 5 = bold italic = bi
  270. %
  271. % Fonts created by Thomas Wolff <wolff@inf.fu-berlin.de>, by adding
  272. % accents, accented characters, and various other non-alphabetics
  273. % to the original Hershey fonts. These are "freeware", not to be sold.
  274. /Hershey-Gothic-English (hrger.pfa) ; % 5066533
  275. /Hershey-Gothic-German (hrgrr.pfa) ;
  276. /Hershey-Gothic-Italian (hritr.pfa) ;
  277. /Hershey-Plain-Duplex (hrpld.pfa) ;
  278. /Hershey-Plain-Duplex-Italic (hrpldi.pfa) ;
  279. /Hershey-Plain-Triplex (hrplt.pfa) ;
  280. /Hershey-Plain-Triplex-Italic (hrplti.pfa) ;
  281. /Hershey-Script-Complex (hrscc.pfa) ;
  282. /Hershey-Script-Simplex (hrscs.pfa) ; % 5066541
  283. % Fonts created algorithmically from the above.
  284. /Hershey-Gothic-English-Bold (hrgerb.gsf) ; % 5066542
  285. /Hershey-Gothic-English-Oblique (hrgero.gsf) ;
  286. /Hershey-Gothic-English-SemiBold (hrgerd.gsf) ;
  287. /Hershey-Gothic-German-Bold (hrgrrb.gsf) ;
  288. /Hershey-Gothic-German-Oblique (hrgrro.gsf) ;
  289. /Hershey-Gothic-Italian-Bold (hritrb.gsf) ;
  290. /Hershey-Gothic-Italian-Oblique (hritro.gsf) ;
  291. /Hershey-Plain-Duplex-Bold (hrpldb.gsf) ;
  292. /Hershey-Plain-Duplex-Bold-Italic (hrpldbi.gsf) ;
  293. /Hershey-Plain-Triplex-Bold (hrpltb.gsf) ;
  294. /Hershey-Plain-Triplex-Bold-Italic (hrpltbi.gsf) ;
  295. /Hershey-Script-Complex-Bold (hrsccb.gsf) ;
  296. /Hershey-Script-Complex-Oblique (hrscco.gsf) ;
  297. /Hershey-Script-Simplex-Bold (hrscsb.gsf) ;
  298. /Hershey-Script-Simplex-Oblique (hrscso.gsf) ; % 5066556
  299. % Fonts consisting only of characters from the original Hershey
  300. % distribution. These are Type 3 fonts.
  301. /Hershey-Greek-Complex (hrgkc.gsf) ; % 5066557
  302. /Hershey-Greek-Simplex (hrgks.gsf) ;
  303. /Hershey-Plain (hrplr.gsf) ;
  304. /Hershey-Plain-Simplex (hrpls.gsf) ; % 5066560
  305. % Fonts created algorithmically from the above.
  306. /Hershey-Plain-Bold (hrplrb.gsf) ; % 5066561
  307. /Hershey-Plain-Bold-Oblique (hrplrbo.gsf) ;
  308. /Hershey-Plain-Oblique (hrplro.gsf) ;
  309. /Hershey-Plain-Simplex-Bold (hrplsb.gsf) ;
  310. /Hershey-Plain-Simplex-Bold-Oblique (hrplsbo.gsf) ;
  311. /Hershey-Plain-Simplex-Oblique (hrplso.gsf) ; % 5066566
  312. % This font, and only this font among the Hershey fonts, uses
  313. % the SymbolEncoding.
  314. /Hershey-Symbol (hrsyr.gsf) ; % 5066567
  315. /Arial /ArialMT ;
  316. /Arial,Bold /Arial-BoldMT ;
  317. /Arial,Italic /Arial-ItalicMT ;
  318. /Arial,BoldItalic /Arial-BoldItalicMT ;
  319. /TimesNewRoman /TimesNewRomanPSMT ;
  320. /TimesNewRoman,Bold /TimesNewRomanPS-BoldMT ;
  321. /TimesNewRoman,Italic /TimesNewRomanPS-ItalicMT ;
  322. /TimesNewRoman,BoldItalic /TimesNewRomanPS-BoldItalicMT ;