home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Vyzkuste / gs / gs650w32.exe / gs6.50 / lib / Fontmap.OS2 < prev    next >
Text File  |  2000-12-05  |  7KB  |  217 lines

  1. %    Copyright (C) 1990, 1992, 1993, 1996 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of AFPL Ghostscript.
  3. % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
  4. % distributor accepts any responsibility for the consequences of using it, or
  5. % for whether it serves any particular purpose or works at all, unless he or
  6. % she says so in writing.  Refer to the Aladdin Free Public License (the
  7. % "License") for full details.
  8. % Every copy of AFPL Ghostscript must include a copy of the License, normally
  9. % in a plain ASCII text file named PUBLIC.  The License grants you the right
  10. % to copy, modify and redistribute AFPL Ghostscript, but only under certain
  11. % conditions described in the License.  Among other things, the License
  12. % requires that the copyright notice and this notice be preserved on all
  13. % copies.
  14.  
  15. % $Id: Fontmap.OS2,v 1.2 2000/09/19 18:29:11 lpd Exp $
  16. % fontmap.os2 aka Fontmap.OS2 - OS/2 font catalog for Ghostscript.
  17.  
  18. % ----------------------------------------------------------------
  19.  
  20. % This file is a catalog of fonts known to Ghostscript.  Any font
  21. % that is to be loaded automatically when named must be in this catalog,
  22. % except for fonts that Ghostscript finds automatically in directories
  23. % named in the GS_FONTPATH environment variable.
  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 name preceded by a `/', or a string enclosed
  29. %    in parentheses).  This is used to find the file from which
  30. %    a font of a given name should be loaded.
  31. %
  32. %    - Information depending on whether this is a real font or a
  33. %    font alias:
  34. %
  35. %        - For real fonts, the name of the Ghostscript font
  36. %        file (a Ghostscript string, enclosed in parentheses).
  37. %        The filename should include the extension, which (by
  38. %        convention) is `.gsf'.  `.pfa' and `.pfb' files are
  39. %        also usable as fonts for Ghostscript.
  40. %
  41. %        - For font aliases, the name of the font which should
  42. %        be used when this one is requested, preceded by a
  43. %        `/'.  See the entry for Charter below for an example.
  44. %
  45. %    - A terminating semicolon.
  46.  
  47. % Because of limitations in the MS-DOS environment, Ghostscript font
  48. % file names must be no more than 8 characters long, must consist only
  49. % of LOWER CASE letters, digits, and underscores, and must start with a
  50. % letter.  Font names, on the other hand, need only obey the syntax of
  51. % names in the Ghostscript language, which is much more liberal.
  52.  
  53. % Most of the Ghostscript fonts were created automatically from freely
  54. % available bitmaps.  There is a makefile (fonts.mak) that specifies
  55. % how this conversion was done.  fonts.mak also specifies, for each such
  56. % converted font, its uniqueID (an integer used to identify distinct fonts
  57. % within the Ghostscript font machinery), and its encoding (the mapping
  58. % from character codes in a string to character names).  For more detailed
  59. % information, read fonts.mak.
  60.  
  61. % The following table is actually a Ghostscript data structure.
  62. % If you add new entries, be sure to copy the punctuation accurately;
  63. % in particular, you must leave at least one space or tab between each
  64. % field in the entry.  Also, please read fonts.doc for important information
  65. % about font names.
  66.  
  67.  
  68. %
  69. % Fonts contributed by:
  70. %    URW++ Design and Development Incorporated
  71. %    Poppenbuetteler Bogen 29A
  72. %    D-22399 Hamburg
  73. %    Germany
  74. %    tel. +49 (40) 60 60 50
  75. %    fax +49 (40) 60 60 51 11
  76. %    http://www.urwpp.de
  77. % for distribution under the GNU License and Aladdin Free Public License.
  78. % See the notice at the head of this Fontmap file for licensing terms.
  79. % Each of these fonts is individually covered by the license:
  80. % for licensing purposes, they are not "part of" any larger entity.
  81. % The following notice applies to these fonts:
  82. %
  83. %    Copyright URW Software, Copyright 1994 by URW.
  84. %
  85.  
  86. % Actual fonts
  87.  
  88. /URWBookmanL-DemiBold    (b018015l.pfb)    ;
  89. /URWBookmanL-DemiBoldItal    (b018035l.pfb)    ;
  90. /URWBookmanL-Ligh    (b018012l.pfb)    ;
  91. /URWBookmanL-LighItal    (b018032l.pfb)    ;
  92.  
  93. /NimbusMonL-Regu    (n022003l.pfb)    ;
  94. /NimbusMonL-ReguObli    (n022023l.pfb)    ;
  95. /NimbusMonL-Bold    (n022004l.pfb)    ;
  96. /NimbusMonL-BoldObli    (n022024l.pfb)    ;
  97.  
  98. /URWGothicL-Book    (a010013l.pfb)    ;
  99. /URWGothicL-BookObli    (a010033l.pfb)    ;
  100. /URWGothicL-Demi    (a010015l.pfb)    ;
  101. /URWGothicL-DemiObli    (a010035l.pfb)    ;
  102.  
  103. /NimbusSanL-Regu    (n019003l.pfb)    ;
  104. /NimbusSanL-ReguItal    (n019023l.pfb)    ;
  105. /NimbusSanL-Bold    (n019004l.pfb)    ;
  106. /NimbusSanL-BoldItal    (n019024l.pfb)    ;
  107.  
  108. /NimbusSanL-ReguCond    (n019043l.pfb)    ;
  109. /NimbusSanL-ReguCondItal    (n019063l.pfb)    ;
  110. /NimbusSanL-BoldCond    (n019044l.pfb)    ;
  111. /NimbusSanL-BoldCondItal    (n019064l.pfb)    ;
  112.  
  113. /URWPalladioL-Roma    (p052003l.pfb)    ;
  114. /URWPalladioL-Ital    (p052023l.pfb)    ;
  115. /URWPalladioL-Bold    (p052004l.pfb)    ;
  116. /URWPalladioL-BoldItal    (p052024l.pfb)    ;
  117.  
  118. /CenturySchL-Roma    (c059013l.pfb)    ;
  119. /CenturySchL-Ital    (c059033l.pfb)    ;
  120. /CenturySchL-Bold    (c059016l.pfb)    ;
  121. /CenturySchL-BoldItal    (c059036l.pfb)    ;
  122.  
  123. /NimbusRomNo9L-Regu    (n021003l.pfb)    ;
  124. /NimbusRomNo9L-ReguItal    (n021023l.pfb)    ;
  125. /NimbusRomNo9L-Medi    (n021004l.pfb)    ;
  126. /NimbusRomNo9L-MediItal    (n021024l.pfb)    ;
  127.  
  128. /StandardSymL    (s050000l.pfb)    ;
  129.  
  130. /URWChanceryL-MediItal    (z003034l.pfb)    ;
  131.  
  132. /Dingbats    (d050000l.pfb)    ;
  133.  
  134. % Aliases
  135.  
  136. /Bookman-Demi            /URWBookmanL-DemiBold    ;
  137. /Bookman-DemiItalic        /URWBookmanL-DemiBoldItal    ;
  138. /Bookman-Light            /URWBookmanL-Ligh    ;
  139. /Bookman-LightItalic        /URWBookmanL-LighItal    ;
  140.  
  141. /Courier            /NimbusMonL-Regu    ;
  142. /Courier-Oblique        /NimbusMonL-ReguObli    ;
  143. /Courier-Bold            /NimbusMonL-Bold    ;
  144. /Courier-BoldOblique        /NimbusMonL-BoldObli    ;
  145.  
  146. /AvantGarde-Book        /URWGothicL-Book    ;
  147. /AvantGarde-BookOblique        /URWGothicL-BookObli    ;
  148. /AvantGarde-Demi        /URWGothicL-Demi    ;
  149. /AvantGarde-DemiOblique        /URWGothicL-DemiObli    ;
  150.  
  151. /Helvetica            /NimbusSanL-Regu    ;
  152. /Helvetica-Oblique        /NimbusSanL-ReguItal    ;
  153. /Helvetica-Bold            /NimbusSanL-Bold    ;
  154. /Helvetica-BoldOblique        /NimbusSanL-BoldItal    ;
  155.  
  156. /Helvetica-Narrow        /NimbusSanL-ReguCond    ;
  157. /Helvetica-Narrow-Oblique    /NimbusSanL-ReguCondItal    ;
  158. /Helvetica-Narrow-Bold        /NimbusSanL-BoldCond    ;
  159. /Helvetica-Narrow-BoldOblique    /NimbusSanL-BoldCondItal    ;
  160.  
  161. /Palatino-Roman            /URWPalladioL-Roma    ;
  162. /Palatino-Italic        /URWPalladioL-Ital    ;
  163. /Palatino-Bold            /URWPalladioL-Bold    ;
  164. /Palatino-BoldItalic        /URWPalladioL-BoldItal    ;
  165.  
  166. /NewCenturySchlbk-Roman        /CenturySchL-Roma    ;
  167. /NewCenturySchlbk-Italic    /CenturySchL-Ital    ;
  168. /NewCenturySchlbk-Bold        /CenturySchL-Bold    ;
  169. /NewCenturySchlbk-BoldItalic    /CenturySchL-BoldItal    ;
  170.  
  171. /Times-Roman            /NimbusRomNo9L-Regu    ;
  172. /Times-Italic            /NimbusRomNo9L-ReguItal    ;
  173. /Times-Bold            /NimbusRomNo9L-Medi    ;
  174. /Times-BoldItalic        /NimbusRomNo9L-MediItal    ;
  175.  
  176. /Symbol                /StandardSymL    ;
  177.  
  178. /ZapfChancery-MediumItalic    /URWChanceryL-MediItal    ;
  179.  
  180. /ZapfDingbats            /Dingbats    ;
  181.  
  182.  
  183. % ATM fonts that come with OS/2.
  184.  
  185. /Courier            (cour.pfb)    ;
  186. /Courier-Oblique        /Courier-Italic    ;
  187. /Courier-Italic            (couri.pfb)    ;
  188. /Courier-Bold            (courb.pfb)    ;
  189. /Courier-BoldOblique        /Courier-BoldItalic    ;
  190. /Courier-BoldItalic        (courbi.pfb)    ;
  191.  
  192. /Helvetica            (helv.pfb)    ;
  193. /Helvetica-Oblique        /Helvetica-Italic    ;
  194. /Helvetica-Italic        (helvi.pfb)    ;
  195. /Helvetica-Bold            (helvb.pfb)    ;
  196. /Helvetica-BoldOblique        /Helvetica-BoldItalic    ;
  197. /Helvetica-BoldItalic        (helvbi.pfb)    ;
  198.  
  199. /Symbol                /SymbolSet    ;
  200. /SymbolSet            (symb.pfb)    ;
  201.  
  202. /Times-Roman            /TimesNewRoman    ;
  203. /TimesNewRoman            (tnr.pfb)    ;
  204. /Times-Italic            /TimesNewRoman-Italic    ;
  205. /TimesNewRoman-Italic        (tnri.pfb)    ;
  206. /Times-Bold            /TimesNewRoman-Bold    ;
  207. /TimesNewRoman-Bold        (tnrb.pfb)    ;
  208. /Times-BoldItalic        /TimesNewRoman-BoldItalic    ;
  209. /TimesNewRoman-BoldItalic    (tnrbi.pfb)    ;
  210.  
  211.  
  212.