home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / os2 / gspm25.zip / fontmap < prev    next >
Text File  |  1993-05-18  |  10KB  |  284 lines

  1. %    Copyright (C) 1990, 1992 Aladdin Enterprises.  All rights reserved.
  2. %    Distributed by Free Software Foundation, Inc.
  3. %
  4. % This file is part of Ghostscript.
  5. %
  6. % Ghostscript is distributed in the hope that it will be useful, but
  7. % WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  8. % to anyone for the consequences of using it or for whether it serves any
  9. % particular purpose or works at all, unless he says so in writing.  Refer
  10. % to the Ghostscript General Public License for full details.
  11. %
  12. % Everyone is granted permission to copy, modify and redistribute
  13. % Ghostscript, but only under the conditions described in the Ghostscript
  14. % General Public License.  A copy of this license is supposed to have been
  15. % given to you along with Ghostscript so you can know your rights and
  16. % responsibilities.  It should be in a file named COPYING.  Among other
  17. % things, the copyright notice and this notice must be preserved on all
  18. % copies.
  19.  
  20. % ----------------------------------------------------------------
  21.  
  22. % This file is a catalog of fonts known to Ghostscript.  Any font
  23. % that is to be loaded automatically when named must be in this catalog.
  24.  
  25. % Each font has an entry consisting of three items:
  26. %
  27. %    - The name by which the font is known inside Ghostscript
  28. %    (a Ghostscript literal name).  This is used to find the file
  29. %    from which a font of a given name should be loaded.
  30. %
  31. %    - Information depending on whether this is a real font or a
  32. %    font alias:
  33. %
  34. %        - For real fonts, the name of the Ghostscript font
  35. %        file (a Ghostscript string, enclosed in parentheses).
  36. %        The filename should include the extension, which (by
  37. %        convention) is `.gsf'.  `.pfa' and `.pfb' files are
  38. %        also usable as fonts for Ghostscript.
  39. %
  40. %        - For font aliases, the name of the font which should
  41. %        be used when this one is requested, preceded by a
  42. %        `/'.  See the entry for Charter below for an example.
  43. %
  44. %    - A terminating semicolon.
  45.  
  46. % Because of limitations in the MS-DOS environment, Ghostscript font
  47. % file names must be no more than 8 characters long, must consist only
  48. % of LOWER CASE letters, digits, and underscores, and must start with a
  49. % letter.  Font names, on the other hand, need only obey the syntax of
  50. % names in the Ghostscript language, which is much more liberal.
  51.  
  52. % Most of the Ghostscript fonts were created automatically from freely
  53. % available bitmaps.  There is a makefile (fonts.mak) that specifies
  54. % how this conversion was done.  fonts.mak also specifies, for each such
  55. % converted font, its uniqueID (an integer used to identify distinct fonts
  56. % within the Ghostscript font machinery), and its encoding (the mapping
  57. % from character codes in a string to character names).  For more detailed
  58. % information, read fonts.mak.
  59.  
  60. % The following table is actually a Ghostscript data structure.
  61. % If you add new entries, be sure to copy the punctuation accurately.
  62.  
  63. % A homemade font.
  64.  
  65. /Ugly                (uglyr.gsf)    ;
  66.  
  67.  
  68. % Fonts converted from bitmaps.
  69.  
  70. /AvantGarde-Book        (pagk.gsf)    ;
  71. /AvantGarde-BookOblique        (pagko.gsf)    ;
  72. /AvantGarde-Demi        (pagd.gsf)    ;
  73. /AvantGarde-DemiOblique        (pagdo.gsf)    ;
  74.  
  75. /Bookman-Light            (pbkl.gsf)    ;
  76. /Bookman-LightItalic        (pbkli.gsf)    ;
  77. /Bookman-Demi            (pbkd.gsf)    ;
  78. /Bookman-DemiItalic        (pbkdi.gsf)    ;
  79.  
  80. % The converted Bitstream fonts have been replaced by Type 1 fonts
  81. % contributed to the X11R5 distribution; see below.
  82. %/Charter-Roman            (bchr.gsf)    ;
  83. %/Charter-Italic        (bchri.gsf)    ;
  84. %/Charter-Bold            (bchb.gsf)    ;
  85. %/Charter-BoldItalic        (bchbi.gsf)    ;
  86.  
  87. % The converted Courier fonts have been replaced by Type 1 fonts
  88. % contributed to the X11R5 distribution; see below.
  89. %/Courier            (pcrr.gsf)    ;
  90. %/Courier-Oblique        (pcrro.gsf)    ;
  91. %/Courier-Bold            (pcrb.gsf)    ;
  92. %/Courier-BoldOblique        (pcrbo.gsf)    ;
  93. % Quite a few PostScript files reference Courier-Oblique rather than
  94. % Courier-Italic, so we need some aliases here.
  95. /Courier-Oblique        /Courier-Italic        ;
  96. /Courier-BoldOblique        /Courier-BoldItalic    ;
  97.  
  98. /Helvetica            (phvr.gsf)    ;
  99. /Helvetica-Oblique        (phvro.gsf)    ;
  100. /Helvetica-Narrow        (phvrrn.gsf)    ;
  101. /Helvetica-Bold            (phvb.gsf)    ;
  102. /Helvetica-BoldOblique        (phvbo.gsf)    ;
  103.  
  104. /NewCenturySchlbk-Roman        (pncr.gsf)    ;
  105. /NewCenturySchlbk-Italic    (pncri.gsf)    ;
  106. /NewCenturySchlbk-Bold        (pncb.gsf)    ;
  107. /NewCenturySchlbk-BoldItalic    (pncbi.gsf)    ;
  108.  
  109. /Palatino-Roman            (pplr.gsf)    ;
  110. /Palatino-Italic        (pplri.gsf)    ;
  111. /Palatino-Bold            (pplb.gsf)    ;
  112. /Palatino-BoldItalic        (pplbi.gsf)    ;
  113.  
  114. /Symbol                (psyr.gsf)    ;
  115.  
  116. /Times-Roman            (ptmr.gsf)    ;
  117. /Times-Italic            (ptmri.gsf)    ;
  118. /Times-Bold            (ptmb.gsf)    ;
  119. /Times-BoldItalic        (ptmbi.gsf)    ;
  120.  
  121. /ZapfChancery            (zcr.gsf)    ;
  122. /ZapfChancery-Oblique        (zcro.gsf)    ;
  123. /ZapfChancery-Bold        (zcb.gsf)    ;
  124. % Some PostScript files reference the MediumItalic font....
  125. /ZapfChancery-MediumItalic    /ZapfChancery-Oblique    ;
  126.  
  127. /ZapfDingbats            (pzdr.gsf)    ;
  128.  
  129.  
  130. %
  131. % Type 1 fonts contributed to the X11R5 distribution.
  132. % These have UniqueIDs and file names of their own.
  133. %
  134.  
  135. % The following notice accompanied the Charter fonts.
  136. %
  137. % (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
  138. %
  139. % You are hereby granted permission under all Bitstream propriety rights
  140. % to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
  141. % Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
  142. % for any purpose and without restriction; provided, that this notice is
  143. % left intact on all copies of such fonts and that Bitstream's trademark
  144. % is acknowledged as shown below on all unmodified copies of the 4 Charter
  145. % Type 1 fonts.
  146. %
  147. % BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
  148.  
  149. % The Bitstream Charter fonts have different names....
  150. /CharterBT-Roman        (bchr.gsf)    ;
  151. /CharterBT-Italic        (bchri.gsf)    ;
  152. /CharterBT-Bold            (bchb.gsf)    ;
  153. /CharterBT-BoldItalic        (bchbi.gsf)    ;
  154. % ... so we provide aliases.
  155. /Charter-Roman            /CharterBT-Roman    ;
  156. /Charter-Italic            /CharterBT-Italic    ;
  157. /Charter-Bold            /CharterBT-Bold        ;
  158. /Charter-BoldItalic        /CharterBT-BoldItalic    ;
  159.  
  160. % The following notice accompanied the Courier font:
  161. %
  162. %   IBM Courier - Copyright (c) IBM Corporation 1990, 1991
  163. %
  164. %   You are hereby granted permission under the terms of the IBM/MIT X
  165. %   Consortium Courier Typefont agreement to execute, reproduce,
  166. %   distribute, display, market, sell and otherwise transfer copies of
  167. %   the IBM Courier font to third parties.
  168. %
  169. %   The font is provided "AS IS" without charge.  NO WARRANTIES OR
  170. %   INDEMNIFICATION ARE GIVEN, WHETHER EXPRESS OR IMPLIED INCLUDING, BUT
  171. %   LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  172. %   A PARTICULAR PURPOSE.
  173.  
  174. /Courier        (ncrr.gsf)    ;
  175. /Courier-Italic        (ncrri.gsf)    ;
  176. /Courier-Bold        (ncrb.gsf)    ;
  177. /Courier-BoldItalic    (ncrbi.gsf)    ;
  178.  
  179. % The following notice accompanied the Utopia font:
  180. %
  181. %   Permission to use, reproduce, display and distribute the listed
  182. %   typefaces is hereby granted, provided that the Adobe Copyright notice
  183. %   appears in all whole and partial copies of the software and that the
  184. %   following trademark symbol and attribution appear in all unmodified
  185. %   copies of the software:
  186. %
  187. %           Copyright (c) 1989 Adobe Systems Incorporated
  188. %           Utopia (R)
  189. %           Utopia is a registered trademark of Adobe Systems Incorporated
  190. %
  191. %   The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
  192. %   Metric files) donated are:
  193. %
  194. %           Utopia Regular
  195. %           Utopia Italic
  196. %           Utopia Bold
  197. %           Utopia Bold Italic
  198.  
  199. /Utopia-Regular        (putr.gsf)    ;
  200. /Utopia-Italic        (putri.gsf)    ;
  201. /Utopia-Bold        (putb.gsf)    ;
  202. /Utopia-BoldItalic    (putbi.gsf)    ;
  203.  
  204. %
  205. % Shareware fonts.  These have no copyright, and are of questionable quality.
  206. % They have their own UniqueID numbering scheme, which bears no relation
  207. % to that of the other Ghostscript fonts.
  208.  
  209. /Cyrillic        (cyr.gsf)    ;
  210. /Cyrillic-Italic    (cyri.gsf)    ;
  211.  
  212. % Fonts converted from Hershey outlines.  These are constructed and
  213. % maintained manually.  Their entries here in the map contain a UniqueID
  214. % because the fonts themselves don't currently contain a UniqueID entry.
  215. % This is clearly wrong, and will be fixed someday.
  216. %
  217. % The UniqueID's and filenames are constructed differently for
  218. % these than for the ones above, because of the strange way that the Hershey
  219. % fonts were constructed.  The scheme for these looks like:
  220. % 42TTXY0
  221. % TT = typeface, X = ``class'', Y = variation
  222. % The typeface numbers are given above.
  223. % class:
  224. % 0 = normal            = r
  225. % 1 = simplex            = s
  226. % 2 = complex            = c
  227. % 3 = triplex            = t
  228. % variation:
  229. % 0 = normal            (omitted)
  230. % 1 = oblique            = o
  231. % 2 = italic            = i
  232. % 3 = bold            = b
  233. % 4 = bold oblique        = bo
  234. % 5 = bold italic        = bi
  235.  
  236. /Hershey-Gothic-English        (hrge_r.gsf)    4290000 ;
  237. /Hershey-Gothic-English-Bold    (hrge_rb.gsf)    4290030 ;
  238. /Hershey-Gothic-English-Oblique    (hrge_ro.gsf)    4290010 ;
  239.  
  240. /Hershey-Gothic-German        (hrgr_r.gsf)    4291000 ;
  241. /Hershey-Gothic-German-Bold    (hrgr_rb.gsf)    4291030 ;
  242. /Hershey-Gothic-German-Oblique    (hrgr_ro.gsf)    4291010 ;
  243.  
  244. /Hershey-Gothic-Italian        (hrit_r.gsf)    4292000 ; 
  245. /Hershey-Gothic-Italian-Bold    (hrit_rb.gsf)    4292030 ;
  246. /Hershey-Gothic-Italian-Oblique    (hrit_ro.gsf)    4292010 ;
  247.  
  248. /Hershey-Greek-Complex        (hrgk_c.gsf)    4293200 ;
  249. /Hershey-Greek-Simplex        (hrgk_s.gsf)    4293100 ;
  250.  
  251. /Hershey-Plain            (hrpl_r.gsf)    4294000 ;
  252. /Hershey-Plain-Bold        (hrpl_rb.gsf)    4294030 ;
  253. /Hershey-Plain-Oblique        (hrpl_ro.gsf)    4294010 ;
  254. /Hershey-Plain-Simplex        (hrpl_s.gsf)    4294100 ;
  255. /Hershey-Plain-Simplex-Bold    (hrpl_sb.gsf)    4294130 ;
  256. /Hershey-Plain-Simplex-Bold-Oblique (hrpl_sbo.gsf) 4294140 ;
  257. /Hershey-Plain-Simplex-Oblique    (hrpl_so.gsf)    4294110 ;
  258. /Hershey-Plain-Triplex        (hrpl_t.gsf)    4294300 ;
  259. /Hershey-Plain-Triplex-Italic    (hrpl_ti.gsf)    4294320 ;
  260. /Hershey-Plain-Triplex-Bold    (hrpl_tb.gsf)    4294330 ;
  261. /Hershey-Plain-Triplex-Bold-Italic (hrpl_tbi.gsf) 4294350 ;
  262.  
  263. /Hershey-Script-Complex        (hrsc_c.gsf)    4295200 ;
  264. /Hershey-Script-Complex-Bold    (hrsc_cb.gsf)    4295230 ;
  265. /Hershey-Script-Complex-Oblique    (hrsc_co.gsf)    4295210 ;
  266. /Hershey-Script-Simplex        (hrsc_s.gsf)    4295100 ;
  267. /Hershey-Script-Simplex-Bold    (hrsc_sb.gsf)    4295130 ;
  268. /Hershey-Script-Simplex-Oblique    (hrsc_so.gsf)    4295110 ;
  269.  
  270. % This font, and only this font among the Hershey fonts, uses
  271. % the SymbolEncoding.
  272. /Hershey-Symbol            (hrsy_r.gsf)    4296000 ;
  273.