Fontmap.Ult 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. % Copyright (C) 1990, 1995, 1999 Aladdin Enterprises. All rights reserved.
  2. %
  3. % This file is part of AFPL Ghostscript.
  4. %
  5. % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or
  6. % distributor accepts any responsibility for the consequences of using it, or
  7. % for whether it serves any particular purpose or works at all, unless he or
  8. % she says so in writing. Refer to the Aladdin Free Public License (the
  9. % "License") for full details.
  10. %
  11. % Every copy of AFPL Ghostscript must include a copy of the License, normally
  12. % in a plain ASCII text file named PUBLIC. The License grants you the right
  13. % to copy, modify and redistribute AFPL Ghostscript, but only under certain
  14. % conditions described in the License. Among other things, the License
  15. % requires that the copyright notice and this notice be preserved on all
  16. % copies.
  17. % $Id: Fontmap.Ult,v 1.2 2000/09/19 18:29:11 lpd Exp $
  18. % Fontmap.Ult is derived from the standard Fontmap file distributed with
  19. % ghostscript; for credits and sources see that file. The modifications here
  20. % are valid for ULTRIX 4.3, and consist of defining some fonts and font
  21. % aliases as the licensed fontfiles included in ULTRIX for use on ULTRIX
  22. % workstations, which give better quality than the free fontfiles available
  23. % for ghostscript. Under ULTRIX 4.3 the licensed fontfiles are found in
  24. %
  25. % /usr/lib/DPS/outline/decwin
  26. %
  27. % so that directory must either be built into ghostscript by redefining
  28. % GS_LIB_DEFAULT when ghostscript is compiled, or else by defining an
  29. % environmental variable GS_LIB_DEFAULT, which contains it as an element of
  30. % the path, when running ghostscript. For instance, under the KornShell
  31. %
  32. % GS_LIB_DEFAULT=/usr/gs:/usr/lib/DPS/outline/decwin:/usr/gs/fonts
  33. % export GS_LIB_DEFAULT
  34. %
  35. % Peter Kaiser (kaiser@acm.org) 27 January 1995
  36. % Updated by L. Peter Deutsch (ghost@aladdin.com) 5 January 1999
  37. % to include correct aliasing for the Bitstream Charter fonts
  38. /AvantGarde-Book (AvantGarde-Book) ;
  39. /AvantGarde-BookOblique (AvantGarde-BookOblique) ;
  40. /AvantGarde-Demi (AvantGarde-Demi) ;
  41. /AvantGarde-DemiOblique (AvantGarde-DemiOblique) ;
  42. /Courier (Courier) ;
  43. /Courier-Bold (Courier-Bold) ;
  44. /Courier-BoldOblique (Courier-BoldOblique) ;
  45. /Courier-Oblique (Courier-Oblique) ;
  46. /Helvetica (Helvetica) ;
  47. /Helvetica-Bold (Helvetica-Bold) ;
  48. /Helvetica-BoldOblique (Helvetica-BoldOblique) ;
  49. /Helvetica-Oblique (Helvetica-Oblique) ;
  50. /LubalinGraph-Book (LubalinGraph-Book) ;
  51. /LubalinGraph-BookOblique (LubalinGraph-BookOblique) ;
  52. /LubalinGraph-Demi (LubalinGraph-Demi) ;
  53. /LubalinGraph-DemiOblique (LubalinGraph-DemiOblique) ;
  54. /NewCenturySchlbk-Bold (NewCenturySchlbk-Bold) ;
  55. /NewCenturySchlbk-BoldItalic (NewCenturySchlbk-BoldItalic) ;
  56. /NewCenturySchlbk-Italic (NewCenturySchlbk-Italic) ;
  57. /NewCenturySchlbk-Roman (NewCenturySchlbk-Roman) ;
  58. /Souvenir-Demi (Souvenir-Demi) ;
  59. /Souvenir-DemiItalic (Souvenir-DemiItalic) ;
  60. /Souvenir-Light (Souvenir-Light) ;
  61. /Souvenir-LightItalic (Souvenir-LightItalic) ;
  62. /Symbol (Symbol) ;
  63. /Times-Bold (Times-Bold) ;
  64. /Times-BoldItalic (Times-BoldItalic) ;
  65. /Times-Italic (Times-Italic) ;
  66. /Times-Roman (Times-Roman) ;
  67. % Fonts distributed as part of ghostscript
  68. /Bookman-Demi (pbkd.gsf) ;
  69. /Bookman-DemiItalic (pbkdi.gsf) ;
  70. /Bookman-Light (pbkl.gsf) ;
  71. /Bookman-LightItalic (pbkli.gsf) ;
  72. /Calligraphic-Hiragana (fhirw.gsf) ;
  73. /Calligraphic-Katakana (fkarw.gsf) ;
  74. /CharterBT-Bold (bchb.pfa) ;
  75. /CharterBT-BoldItalic (bchbi.pfa) ;
  76. /CharterBT-Italic (bchri.pfa) ;
  77. /CharterBT-Roman (bchr.pfa) ;
  78. /Hershey-Gothic-English (hrger.pfa) ;
  79. /Hershey-Gothic-English-Bold (hrgerb.gsf) ;
  80. /Hershey-Gothic-English-Oblique (hrgero.gsf) ;
  81. /Hershey-Gothic-English-SemiBold (hrgerd.gsf) ;
  82. /Hershey-Gothic-German (hrgrr.pfa) ;
  83. /Hershey-Gothic-German-Bold (hrgrrb.gsf) ;
  84. /Hershey-Gothic-German-Oblique (hrgrro.gsf) ;
  85. /Hershey-Gothic-Italian (hritr.pfa) ;
  86. /Hershey-Gothic-Italian-Bold (hritrb.gsf) ;
  87. /Hershey-Gothic-Italian-Oblique (hritro.gsf) ;
  88. /Hershey-Greek-Complex (hrgkc.gsf) ;
  89. /Hershey-Greek-Simplex (hrgks.gsf) ;
  90. /Hershey-Plain (hrplr.gsf) ;
  91. /Hershey-Plain-Bold (hrplrb.gsf) ;
  92. /Hershey-Plain-Bold-Oblique (hrplrbo.gsf) ;
  93. /Hershey-Plain-Duplex (hrpld.pfa) ;
  94. /Hershey-Plain-Duplex-Bold (hrpldb.gsf) ;
  95. /Hershey-Plain-Duplex-Bold-Italic (hrpldbi.gsf) ;
  96. /Hershey-Plain-Duplex-Italic (hrpldi.pfa) ;
  97. /Hershey-Plain-Oblique (hrplro.gsf) ;
  98. /Hershey-Plain-Simplex (hrpls.gsf) ;
  99. /Hershey-Plain-Simplex-Bold (hrplsb.gsf) ;
  100. /Hershey-Plain-Simplex-Bold-Oblique (hrplsbo.gsf) ;
  101. /Hershey-Plain-Simplex-Oblique (hrplso.gsf) ;
  102. /Hershey-Plain-Triplex (hrplt.pfa) ;
  103. /Hershey-Plain-Triplex-Bold (hrpltb.gsf) ;
  104. /Hershey-Plain-Triplex-Bold-Italic (hrpltbi.gsf) ;
  105. /Hershey-Plain-Triplex-Italic (hrplti.pfa) ;
  106. /Hershey-Script-Complex (hrscc.pfa) ;
  107. /Hershey-Script-Complex-Bold (hrsccb.gsf) ;
  108. /Hershey-Script-Complex-Oblique (hrscco.gsf) ;
  109. /Hershey-Script-Simplex (hrscs.pfa) ;
  110. /Hershey-Script-Simplex-Bold (hrscsb.gsf) ;
  111. /Hershey-Script-Simplex-Oblique (hrscso.gsf) ;
  112. /Hershey-Symbol (hrsyr.gsf) ;
  113. /NimbusRomanNo9L-Regular (n021003l.gsf) ;
  114. /NimbusSansL-Regular (n019003l.gsf) ;
  115. /Palatino-Bold (pplb.gsf) ;
  116. /Palatino-BoldItalic (pplbi.gsf) ;
  117. /Palatino-Italic (pplri.gsf) ;
  118. /Palatino-Roman (pplr.gsf) ;
  119. /Shareware-Cyrillic-Italic (fcyri.gsf) ;
  120. /Shareware-Cyrillic-Regular (fcyr.gsf) ;
  121. /URWAntiquaT-RegularCondensed (u003043t.gsf) ;
  122. /URWGroteskT-Bold (u004006t.gsf) ;
  123. /Utopia-Bold (putb.pfa) ;
  124. /Utopia-BoldItalic (putbi.pfa) ;
  125. /Utopia-Italic (putri.pfa) ;
  126. /Utopia-Regular (putr.pfa) ;
  127. /ZapfChancery (zcr.gsf) ;
  128. /ZapfChancery-Bold (zcb.gsf) ;
  129. /ZapfChancery-Oblique (zcro.gsf) ;
  130. /ZapfDingbats (pzdr.gsf) ;
  131. % Font aliases
  132. /Charter-Roman /CharterBT-Roman ;
  133. /Charter-Italic /CharterBT-Italic ;
  134. /Charter-Bold /CharterBT-Bold ;
  135. /Charter-BoldItalic /CharterBT-BoldItalic ;
  136. /Courier-BoldItalic /Courier-BoldOblique ;
  137. /Courier-Italic /Courier-Oblique ;
  138. /Cyrillic /Shareware-Cyrillic-Regular ;
  139. /Cyrillic-Italic /Shareware-Cyrillic-Italic ;
  140. /Cyrillic-Regular /Shareware-Cyrillic-Regular ;
  141. /Helvetica-Narrow-Bold /Helvetica-Narrow ;
  142. /ZapfChancery-MediumItalic /ZapfChancery-Oblique ;