星火微课系统客户端
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Fontmap.OS2 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. % Copyright (C) 1990, 1992, 1993, 1996 Aladdin Enterprises. All rights reserved.
  2. %
  3. % This software is provided AS-IS with no warranty, either express or
  4. % implied.
  5. %
  6. % This software is distributed under license and may not be copied,
  7. % modified or distributed except as expressly authorized under the terms
  8. % of the license contained in the file LICENSE in this distribution.
  9. %
  10. % For more information about licensing, please refer to
  11. % http://www.ghostscript.com/licensing/. For information on
  12. % commercial licensing, go to http://www.artifex.com/licensing/ or
  13. % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  14. % San Rafael, CA 94903, U.S.A., +1(415)492-9861.
  15. % $Id: Fontmap.OS2 6300 2005-12-28 19:56:24Z giles $
  16. % fontmap.os2 aka Fontmap.OS2 - OS/2 font catalog for Ghostscript.
  17. % ----------------------------------------------------------------
  18. % This file is a catalog of fonts known to Ghostscript. Any font
  19. % that is to be loaded automatically when named must be in this catalog,
  20. % except for fonts that Ghostscript finds automatically in directories
  21. % named in the GS_FONTPATH environment variable.
  22. % Each font has an entry consisting of three items:
  23. %
  24. % - The name by which the font is known inside Ghostscript
  25. % (a Ghostscript name preceded by a `/', or a string enclosed
  26. % in parentheses). This is used to find the file from which
  27. % a font of a given name should be loaded.
  28. %
  29. % - Information depending on whether this is a real font or a
  30. % font alias:
  31. %
  32. % - For real fonts, the name of the Ghostscript font
  33. % file (a Ghostscript string, enclosed in parentheses).
  34. % The filename should include the extension, which (by
  35. % convention) is `.gsf'. `.pfa' and `.pfb' files are
  36. % also usable as fonts for Ghostscript.
  37. %
  38. % - For font aliases, the name of the font which should
  39. % be used when this one is requested, preceded by a
  40. % `/'. See the entry for Charter below for an example.
  41. %
  42. % - A terminating semicolon.
  43. % Because of limitations in the MS-DOS environment, Ghostscript font
  44. % file names must be no more than 8 characters long, must consist only
  45. % of LOWER CASE letters, digits, and underscores, and must start with a
  46. % letter. Font names, on the other hand, need only obey the syntax of
  47. % names in the Ghostscript language, which is much more liberal.
  48. % Most of the Ghostscript fonts were created automatically from freely
  49. % available bitmaps. There is a makefile (fonts.mak) that specifies
  50. % how this conversion was done. fonts.mak also specifies, for each such
  51. % converted font, its uniqueID (an integer used to identify distinct fonts
  52. % within the Ghostscript font machinery), and its encoding (the mapping
  53. % from character codes in a string to character names). For more detailed
  54. % information, read fonts.mak.
  55. % The following table is actually a Ghostscript data structure.
  56. % If you add new entries, be sure to copy the punctuation accurately;
  57. % in particular, you must leave at least one space or tab between each
  58. % field in the entry. Also, please read fonts.doc for important information
  59. % about font names.
  60. %
  61. %
  62. % Fonts contributed by:
  63. % URW++ Design and Development Incorporated
  64. % Poppenbuetteler Bogen 29A
  65. % D-22399 Hamburg
  66. % Germany
  67. % tel. +49 (40) 60 60 50
  68. % fax +49 (40) 60 60 51 11
  69. % http://www.urwpp.de
  70. % for distribution under the GNU License and Aladdin Free Public License.
  71. % See the notice at the head of this Fontmap file for licensing terms.
  72. % Each of these fonts is individually covered by the license:
  73. % for licensing purposes, they are not "part of" any larger entity.
  74. % The following notice applies to these fonts:
  75. %
  76. % Copyright URW Software, Copyright 1994 by URW.
  77. %
  78. % Actual fonts
  79. /URWBookmanL-DemiBold (b018015l.pfb) ;
  80. /URWBookmanL-DemiBoldItal (b018035l.pfb) ;
  81. /URWBookmanL-Ligh (b018012l.pfb) ;
  82. /URWBookmanL-LighItal (b018032l.pfb) ;
  83. /NimbusMonL-Regu (n022003l.pfb) ;
  84. /NimbusMonL-ReguObli (n022023l.pfb) ;
  85. /NimbusMonL-Bold (n022004l.pfb) ;
  86. /NimbusMonL-BoldObli (n022024l.pfb) ;
  87. /URWGothicL-Book (a010013l.pfb) ;
  88. /URWGothicL-BookObli (a010033l.pfb) ;
  89. /URWGothicL-Demi (a010015l.pfb) ;
  90. /URWGothicL-DemiObli (a010035l.pfb) ;
  91. /NimbusSanL-Regu (n019003l.pfb) ;
  92. /NimbusSanL-ReguItal (n019023l.pfb) ;
  93. /NimbusSanL-Bold (n019004l.pfb) ;
  94. /NimbusSanL-BoldItal (n019024l.pfb) ;
  95. /NimbusSanL-ReguCond (n019043l.pfb) ;
  96. /NimbusSanL-ReguCondItal (n019063l.pfb) ;
  97. /NimbusSanL-BoldCond (n019044l.pfb) ;
  98. /NimbusSanL-BoldCondItal (n019064l.pfb) ;
  99. /URWPalladioL-Roma (p052003l.pfb) ;
  100. /URWPalladioL-Ital (p052023l.pfb) ;
  101. /URWPalladioL-Bold (p052004l.pfb) ;
  102. /URWPalladioL-BoldItal (p052024l.pfb) ;
  103. /CenturySchL-Roma (c059013l.pfb) ;
  104. /CenturySchL-Ital (c059033l.pfb) ;
  105. /CenturySchL-Bold (c059016l.pfb) ;
  106. /CenturySchL-BoldItal (c059036l.pfb) ;
  107. /NimbusRomNo9L-Regu (n021003l.pfb) ;
  108. /NimbusRomNo9L-ReguItal (n021023l.pfb) ;
  109. /NimbusRomNo9L-Medi (n021004l.pfb) ;
  110. /NimbusRomNo9L-MediItal (n021024l.pfb) ;
  111. /StandardSymL (s050000l.pfb) ;
  112. /URWChanceryL-MediItal (z003034l.pfb) ;
  113. /Dingbats (d050000l.pfb) ;
  114. % Aliases
  115. /Bookman-Demi /URWBookmanL-DemiBold ;
  116. /Bookman-DemiItalic /URWBookmanL-DemiBoldItal ;
  117. /Bookman-Light /URWBookmanL-Ligh ;
  118. /Bookman-LightItalic /URWBookmanL-LighItal ;
  119. /Courier /NimbusMonL-Regu ;
  120. /Courier-Oblique /NimbusMonL-ReguObli ;
  121. /Courier-Bold /NimbusMonL-Bold ;
  122. /Courier-BoldOblique /NimbusMonL-BoldObli ;
  123. /AvantGarde-Book /URWGothicL-Book ;
  124. /AvantGarde-BookOblique /URWGothicL-BookObli ;
  125. /AvantGarde-Demi /URWGothicL-Demi ;
  126. /AvantGarde-DemiOblique /URWGothicL-DemiObli ;
  127. /Helvetica /NimbusSanL-Regu ;
  128. /Helvetica-Oblique /NimbusSanL-ReguItal ;
  129. /Helvetica-Bold /NimbusSanL-Bold ;
  130. /Helvetica-BoldOblique /NimbusSanL-BoldItal ;
  131. /Helvetica-Narrow /NimbusSanL-ReguCond ;
  132. /Helvetica-Narrow-Oblique /NimbusSanL-ReguCondItal ;
  133. /Helvetica-Narrow-Bold /NimbusSanL-BoldCond ;
  134. /Helvetica-Narrow-BoldOblique /NimbusSanL-BoldCondItal ;
  135. /Palatino-Roman /URWPalladioL-Roma ;
  136. /Palatino-Italic /URWPalladioL-Ital ;
  137. /Palatino-Bold /URWPalladioL-Bold ;
  138. /Palatino-BoldItalic /URWPalladioL-BoldItal ;
  139. /NewCenturySchlbk-Roman /CenturySchL-Roma ;
  140. /NewCenturySchlbk-Italic /CenturySchL-Ital ;
  141. /NewCenturySchlbk-Bold /CenturySchL-Bold ;
  142. /NewCenturySchlbk-BoldItalic /CenturySchL-BoldItal ;
  143. /Times-Roman /NimbusRomNo9L-Regu ;
  144. /Times-Italic /NimbusRomNo9L-ReguItal ;
  145. /Times-Bold /NimbusRomNo9L-Medi ;
  146. /Times-BoldItalic /NimbusRomNo9L-MediItal ;
  147. /Symbol /StandardSymL ;
  148. /ZapfChancery-MediumItalic /URWChanceryL-MediItal ;
  149. /ZapfDingbats /Dingbats ;
  150. %
  151. % ATM fonts that come with OS/2.
  152. /Courier (cour.pfb) ;
  153. /Courier-Oblique /Courier-Italic ;
  154. /Courier-Italic (couri.pfb) ;
  155. /Courier-Bold (courb.pfb) ;
  156. /Courier-BoldOblique /Courier-BoldItalic ;
  157. /Courier-BoldItalic (courbi.pfb) ;
  158. /Helvetica (helv.pfb) ;
  159. /Helvetica-Oblique /Helvetica-Italic ;
  160. /Helvetica-Italic (helvi.pfb) ;
  161. /Helvetica-Bold (helvb.pfb) ;
  162. /Helvetica-BoldOblique /Helvetica-BoldItalic ;
  163. /Helvetica-BoldItalic (helvbi.pfb) ;
  164. /Symbol /SymbolSet ;
  165. /SymbolSet (symb.pfb) ;
  166. /Times-Roman /TimesNewRoman ;
  167. /TimesNewRoman (tnr.pfb) ;
  168. /Times-Italic /TimesNewRoman-Italic ;
  169. /TimesNewRoman-Italic (tnri.pfb) ;
  170. /Times-Bold /TimesNewRoman-Bold ;
  171. /TimesNewRoman-Bold (tnrb.pfb) ;
  172. /Times-BoldItalic /TimesNewRoman-BoldItalic ;
  173. /TimesNewRoman-BoldItalic (tnrbi.pfb) ;