home *** CD-ROM | disk | FTP | other *** search
/ Computer Discount - Smash Disk / SmashDisk.bin / Cdc / Autodesk / ITALIANO / DATA / FONTS.Z / fontmap.ps < prev    next >
Text File  |  1997-11-27  |  17KB  |  284 lines

  1. %       This is the release version of fontmap.ps.  It uses the
  2. %       fonts distributed with AutoCAD release 12, as well as 
  3. %       those fonts distributed by Adobe in the Adobe Type 
  4. %       Manager for Windows, Adobe Plus Pack, and
  5. %       Adobe Font Pack 1 DOS releases.
  6.  
  7. %       The original fontmap.ps distributed with the Ghostscript 
  8. %       source code is used as a model; thus, this file is 
  9. %       covered by the Ghostscript copyright,
  10. %       although most of the information herein is specific to 
  11. %       the Autodesk implementation.
  12. %
  13. %    Copyright (C) 1990 Aladdin Enterprises.  All rights reserved.
  14. %    Distributed by Free Software Foundation, Inc.
  15. %
  16. % This file is part of Ghostscript.
  17. %
  18. % Ghostscript is distributed in the hope that it will be useful, but
  19. % WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  20. % to anyone for the consequences of using it or for whether it serves any
  21. % particular purpose or works at all, unless he says so in writing.  Refer
  22. % to the Ghostscript General Public License for full details.
  23. %
  24. % Everyone is granted permission to copy, modify and redistribute
  25. % Ghostscript, but only under the conditions described in the Ghostscript
  26. % General Public License.  A copy of this license is supposed to have been
  27. % given to you along with Ghostscript so you can know your rights and
  28. % responsibilities.  It should be in a file named COPYING.  Among other
  29. % things, the copyright notice and this notice must be preserved on all
  30. % copies.
  31.  
  32. %
  33. %  ***********************************************************************
  34. %  *                                                                     *
  35. %  *    M   M    OOO    DDDD     III    FFFFF    III    EEEEE   DDDD     *
  36. %  *    MM MM   O   O   D   D     I     F         I     E       D   D    *
  37. %  *    M M M   O   O   D   D     I     F         I     E       D   D    *
  38. %  *    M   M   O   O   D   D     I     FFF       I     EEE     D   D    *
  39. %  *    M   M   O   O   D   D     I     F         I     E       D   D    *
  40. %  *    M   M   O   O   D   D     I     F         I     E       D   D    *
  41. %  *    M   M    OOO    DDDD     III    F        III    EEEEE   DDDD     *
  42. %  *                                                                     *
  43. %  *                                                                     *
  44. %  *                   FFFFF    III    L       EEEEE                     *
  45. %  *                   F         I     L       E                         *
  46. %  *                   F         I     L       E                         *
  47. %  *                   FFF       I     L       EEE                       *
  48. %  *                   F         I     L       E                         *
  49. %  *                   F         I     L       E                         *
  50. %  *                   F        III    LLLLL   EEEEE                     *
  51. %  *                                                                     *
  52. %  ***********************************************************************
  53. %
  54. %                              .-------------.
  55. %                              |      /\     |
  56. %                              |     /  \    |
  57. %                              |    / /\ \   |
  58. %                              |   / /  \ \  |
  59. %                              |  / / /\ \ \ |
  60. %                              | / / /  \ \ \|
  61. %                              `-------------'  (R)
  62. %                               Autodesk, Inc.
  63. %                   Tools For the Golden Age of Engineering
  64. %
  65. %   In  keeping with subparagraph 2a of the Gnu General Public License
  66. %   (Version 1, February 1989):
  67. %
  68. %   2.  You may modify your copy or  copies  of  the  Program  or  any
  69. %   portion  of  it,  and copy and distribute such modifications under
  70. %   the terms of Paragraph 1 above, provided  that  you  also  do  the
  71. %   following:
  72. %
  73. %      a)  cause the modified files to carry prominent notices stating
  74. %          that you changed the files and the date of any change; and...
  75. %
  76. %   the  following  is  a  summary of the changes to this file made by
  77. %   Autodesk, Inc. in August 1991 in order to adapt Ghostscript to run
  78. %   as  an  ADS  application  and  thereby  to  perform  rendering  of
  79. %   PostScript files within AutoCAD.
  80. %
  81. %   FONTMAP.PS          This file is a heavily modified version of the
  82. %                       Ghostscript font map. Though the structure is
  83. %                       identical to the Ghostscript structure, comments
  84. %                       relating to the Ghostscript distribution fonts
  85. %                       are removed. 
  86. % ************************************************************************
  87.  
  88. % ----------------------------------------------------------------
  89.  
  90. % This file is a catalog of fonts known to Ghostscript.  Any font 
  91. % that is to be loaded automatically when named  must be in this catalog.
  92.  
  93. % Each font has an entry consisting of five items:
  94. %
  95. %       - The name by which the font is known inside Ghostscript
  96. %       (a Ghostscript literal name).  This is used to find the file
  97. %       from which a font of a given name should be loaded.
  98. %
  99. %       - The name of the Ghostscript font file (a Ghostscript string).
  100. %       This should be either an Adobe Type 1 .pfb file, or a Ghostscript
  101. %       .gsf file.
  102. %
  103. %       - The encoding to be used with the font (a Ghostscript literal name).
  104. %       This is used only when converting the font.  Currently, the only
  105. %       defined encodings are `/StandardEncoding' and `/SymbolEncoding'.
  106. %       If the font or the conversion program specifies the encoding itself,
  107. %       the encoding should be `null' (not `/null').
  108. %
  109. %       - The uniqueID of the font (an integer).  This is used to identify
  110. %       to identify distinct fonts within the Ghostscript font machinery.
  111. %       This number will be included with the documentation for new fonts
  112. %       you wish to add.
  113. %
  114. %       - A terminating semicolon.
  115.  
  116. % Because of limitations in the MS-DOS environment, Ghostscript font
  117. % file names must be no more than 8 characters long, must consist only
  118. % of LOWER CASE letters, digits, and underscores, and must start with a
  119. % letter.  Font names, on the other hand, need only obey the syntax of
  120. % names in the Ghostscript language, which is much more liberal.
  121.  
  122. % The following table is actually a Ghostscript data structure.
  123. % If you add new entries, be sure to copy the punctuation accurately.
  124. % If you add many new entries, you might need to change the file
  125. % ACADPSI.PS; there is a line that currently says 
  126. % /FontDirectory 100 dict def
  127. % Increase the 100 if you run into PostScript interpreter error messages
  128. % such as "dictfull".
  129.  
  130. % A homemade font, used only for font substitution.
  131.  
  132. /Ugly                           (uglyr.gsf)     /StandardEncoding 4200000 ;
  133.  
  134. % Some Linguist fonts (including some not distributed with AutoCAD)
  135.  
  136. /CityBlueprint                  (cibt____.pfb)  null              5002674 ;
  137. /CountryBlueprint               (cobt____.pfb)  null              5002675 ;
  138. /EuroRoman                      (eur_____.pfb)  null              5002676 ;
  139. /EuroRoman-Oblique              (euro____.pfb)  null              5002677 ;
  140. /Romantic                       (rom_____.pfb)  null              5002534 ;
  141. /Romantic-Bold                  (romb____.pfb)  null              5002535 ;
  142. /Romantic-Italic                (romi____.pfb)  null              5002536 ;
  143. /SansSerif                      (sas_____.pfb)  null              5002530 ;
  144. /SansSerif-Bold                 (sasb____.pfb)  null              5002531 ;
  145. /SansSerif-BoldOblique          (sasbo___.pfb)  null              5002533 ;
  146. /SansSerif-Oblique              (saso____.pfb)  null              5003532 ;
  147. /SuperFrench                    (suf_____.pfb)  null              5002559 ;
  148. /Technic                        (te______.pfb)  null              5002671 ;
  149. /Technic-Bold                   (teb_____.pfb)  null              5002672 ;
  150. /Technic-Light                  (tel_____.pfb)  null              5002673 ;
  151. /PanRoman                       (par_____.pfb)  null              5002548 ;
  152.  
  153. % The next set are not tested by Autodesk, and are included as a convenience
  154. % only; to use these fonts, remove the percent sign from the beginning of the
  155. % line. 
  156. %/TbilisiText                   (tbt_____.pfb)  null              5002517 ;
  157. %/TbilisiCaps                   (tbc_____.pfb)  null              5002518 ;
  158. %/Hebraica                      (he______.pfb)  null              5002521 ;
  159. %/GraecaOblique                 (gro_____.pfb)  null              5002523 ;
  160. %/Graeca                        (gr______.pfb)  null              5002524 ;
  161. %/IPAsans                       (ipa_____.pfb)  null              5002526 ;
  162. %/IPAKiel                       (ipak____.pfb)  null              5002527 ;
  163. %/IPAKiel-Bold                  (ipakb___.pfb)  null              5002528 ;
  164. %/AradLevelVI                   (arlvi___.pfb)  null              5002537 ;
  165. %/TransCyrillic                 (trc_____.pfb)  null              5002539 ;
  166. %/TransCyrillic-Bold            (trcb____.pfb)  null              5002540 ;
  167. %/TransCyrillic-Italic          (trci____.pfb)  null              5002541 ;
  168. %/TransCyrillic-BoldItalic      (trcbi___.pfb)  null              5002542 ;
  169. %/TransCyrillicSans             (trcs____.pfb)  null              5002543 ;
  170. %/TransCyrillicSans-Bold        (trcsb___.pfb)  null              5002544 ;
  171. %/TransCyrillicSans-Oblique     (trcso___.pfb)  null              5002545 ;
  172. %/TransCyrillicSans-BoldOblique (trcsbo__.pfb)  null              5002546 ;
  173.  
  174. %/Armenian                      (ar______.pfb)  null              5002547 ;
  175. %/Semitica                      (se______.pfb)  null              5002550 ;
  176. %/SemiticaBold                  (seb_____.pfb)  null              5002551 ;
  177. %/SemiticaItalic                (sei_____.pfb)  null              5002552 ;
  178. %/Romance                       (ro______.pfb)  null              5002556 ;
  179. %/RomanceBold                   (rob_____.pfb)  null              5002557 ;
  180. %/RomanceItalic                 (roi_____.pfb)  null              5002558 ;
  181.  
  182. %/NewSeoul                      (nes_____.pfb)  null              5002560 ;
  183. %/HiGwangJu                     (higj____.pfb)  null              5002561 ;
  184. %/HiInchon                      (hii_____.pfb)  null              5002562 ;
  185. %/NewHiPusan                    (nehp____.pfb)  null              5002563 ;
  186. %/NewJeju                       (nej_____.pfb)  null              5002564 ;
  187. %/Laotian                       (la______.pfb)  null              5002670 ;
  188. %/Tibetan                       (ti______.pfb)  null              5002679 ;
  189. %/Phatphong-Bold                (phb_____.pfb)  null              5002697 ;
  190. %/Phatphong-Italic              (phi_____.pfb)  null              5002698 ;
  191. %/Phatphong-BoldItalic          (phbi____.pfb)  null              5002699 ;
  192. %/HindiSanskrit                 (his_____.pfb)  null              5002700 ;
  193. %/Gujarati                      (gu______.pfb)  null              5002701 ;
  194. %/Sukanya-Bold                  (sub_____.pfb)  null              5002703 ;
  195. %/NaayHaang-Bold                (nahb____.pfb)  null              5002704 ;
  196. %/NaayHaang-Italic              (nahi____.pfb)  null              5002705 ;
  197. %/NaayHaang-BoldItalic          (nahbi___.pfb)  null              5002706 ;
  198. %/KhunKrit-Bold                 (khkb____.pfb)  null              5002707 ;
  199. %/KhunKrit-Italic               (khki____.pfb)  null              5002708 ;
  200. %/KhunKrit-BoldItalic           (khkbi___.pfb)  null              5002709 ;
  201. %/Sukanya                       (su______.pfb)  null              5002710 ;
  202. %/NaayHaang                     (nah_____.pfb)  null              5002711 ;
  203. %/Ayudhya                       (ay______.pfb)  null              5002712 ;
  204. %/KhunKrit                      (khk_____.pfb)  null              5002713 ;
  205. %/ChangMai                      (chm_____.pfb)  null              5002714 ;
  206. %/Phatphong                     (ph______.pfb)  null              5002715 ;
  207. %/Thonburi                      (th______.pfb)  null              5002716 ;
  208. %/Bangkok                       (ba______.pfb)  null              5002717 ;
  209. %/AyudhyaBold                   (ayb_____.pfb)  null              5002718 ;
  210. %/ChiangMaiBold                 (chmb____.pfb)  null              5002719 ;
  211. %/VinaBook                      (vib_____.pfb)  null              5002720 ;
  212. %/VinaChan                      (vic_____.pfb)  null              5002721 ;
  213. %/VinaSans                      (vis_____.pfb)  null              5002722 ;
  214. %/VinaPala                      (vip_____.pfb)  null              5002723 ;
  215. %/VinaRoman                     (vir_____.pfb)  null              5002724 ;
  216. %/AksarJhar                     (akj_____.pfb)  null              5010401 ;
  217.  
  218.  
  219.  
  220.  
  221.  
  222. % Adobe Type 1 fonts.  The following, which reside in a directory named
  223. % on the ACAD path, are binary Adobe fonts purchased by the user and
  224. % loaded on the system.  Users of Adobe Type Manager may simply include the
  225. % directory where its fonts are kept in the ACAD path.
  226.  
  227. %  Fonts included with Adobe Type Manager
  228.  
  229. /Courier-Bold                 (cob_____.pfb)     /StandardEncoding 27058 ;
  230. /Courier-BoldOblique          (cobo____.pfb)     /StandardEncoding 27068 ;
  231. /Courier                      (com_____.pfb)     /StandardEncoding 27077 ;
  232. /Courier-Oblique              (coo_____.pfb)     /StandardEncoding 27082 ;
  233. /Helvetica                    (hv______.pfb)     /StandardEncoding 28352 ;
  234. /Helvetica-Oblique            (hvo_____.pfb)     /StandardEncoding 28362 ;
  235. /Helvetica-Bold               (hvb_____.pfb)     /StandardEncoding 28357 ;
  236. /Helvetica-BoldOblique        (hvbo____.pfb)     /StandardEncoding 28371 ;
  237. /Symbol                       (sy______.pfb)     null              27004 ;
  238. /Times-Bold                   (tib_____.pfb)     /StandardEncoding 28417 ;
  239. /Times-BoldItalic             (tibi____.pfb)     /StandardEncoding 28425 ;
  240. /Times-Italic                 (tii_____.pfb)     /StandardEncoding 28427 ;
  241. /Times-Roman                  (tir_____.pfb)     /StandardEncoding 28416 ;
  242.  
  243. %  Fonts in the Adobe Plus Pack
  244.  
  245. /AvantGarde-Demi              (agd_____.pfb)     /StandardEncoding 27044 ;
  246. /AvantGarde-DemiOblique       (agdo____.pfb)     /StandardEncoding 27049 ;
  247. /AvantGarde-Book              (agw_____.pfb)     /StandardEncoding 27030 ;
  248. /AvantGarde-BookOblique       (agwo____.pfb)     /StandardEncoding 27035 ;
  249. /Bookman-Demi                 (bkd_____.pfb)     /StandardEncoding 26183 ;
  250. /Bookman-DemiItalic           (bkdi____.pfb)     /StandardEncoding 26184 ;
  251. /Bookman-Light                (bkl_____.pfb)     /StandardEncoding 26185 ;
  252. /Bookman-LightItalic          (bkli____.pfb)     /StandardEncoding 26186 ;
  253. /Helvetica-Narrow             (hvn_____.pfb)     /StandardEncoding 28380 ;
  254. /Helvetica-Narrow-Bold        (hvnb____.pfb)     /StandardEncoding 28398 ;
  255. /Helvetica-Narrow-BoldOblique (hvnbo___.pfb)     /StandardEncoding 28407 ;
  256. /Helvetica-Narrow-Oblique     (hvno____.pfb)     /StandardEncoding 28389 ;
  257. /NewCenturySchlbk-Bold        (ncb_____.pfb)     /StandardEncoding 26359 ;
  258. /NewCenturySchlbk-BoldItalic  (ncbi____.pfb)     /StandardEncoding 26360 ;
  259. /NewCenturySchlbk-Italic      (nci_____.pfb)     /StandardEncoding 26361 ;
  260. /NewCenturySchlbk-Roman       (ncr_____.pfb)     /StandardEncoding 26362 ;
  261. /Palatino-Bold                (pob_____.pfb)     /StandardEncoding 31793 ;
  262. /Palatino-BoldItalic          (pobi____.pfb)     /StandardEncoding 31799 ;
  263. /Palatino-Italic              (poi_____.pfb)     /StandardEncoding 31796 ;
  264. /Palatino-Roman               (por_____.pfb)     /StandardEncoding 31790 ;
  265. /ZapfChancery-MediumItalic    (zcmi____.pfb)     /StandardEncoding 31482 ;
  266. /ZapfDingbats                 (zd______.pfb)     null              26200 ;
  267.  
  268. %  Fonts in Adobe Type Set 1
  269.  
  270. /Bodoni-Poster                (bdps____.pfb)     /StandardEncoding 31547 ;
  271. /Cottonwood                   (c_______.pfb)     /StandardEncoding 27255 ;
  272. /FreestyleScript              (fs______.pfb)     /StandardEncoding  6289 ;
  273. /Hobo                         (ho______.pfb)     /StandardEncoding  6174 ;
  274. /Linotext                     (lx______.pfb)     /StandardEncoding 22835 ;
  275. /Trajan-Regular               (tjrg____.pfb)     /StandardEncoding 27158 ;
  276. /VAGRounded-Bold              (vrb_____.pfb)     /StandardEncoding 22942 ;
  277.  
  278. %  **  End Adobe Fonts **
  279.  
  280.  
  281.  
  282.  
  283.  
  284.