home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 February / INTERNET88.ISO / pc / software / windows / bits / pdf995 / data1.cab / Program_Executable_Files / res / Fontmap.GS < prev    next >
Encoding:
Text File  |  2001-12-08  |  13.8 KB  |  407 lines

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