home *** CD-ROM | disk | FTP | other *** search
/ jppd.dyndns.org / jppd.dyndns.org.tar / jppd.dyndns.org / QUERYPRO / Actualizar / Impressora_PDF / converter.exe / GPLGS / Fontmap.Sol < prev    next >
Text File  |  2002-02-22  |  17KB  |  487 lines

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