星火微课系统客户端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Fontmap.Sol 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. % Copyright (C) 1996, 1999 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.Sol 6300 2005-12-28 19:56:24Z giles $
  16. % Fontmap.Solaris - Ghostscript Fontmap for Solaris 2.3 and above
  17. % ===============================================================
  18. %
  19. % The Solaris 2.3 (and above) operating system from Sun Microsystems comes with
  20. % Display Postscript (DPS), including certain Type1 and Type3 PostScript fonts.
  21. % Using these fonts instead of the default Ghostscript fonts greatly improves
  22. % the visual quality of Ghostscript rendered documents, especially at larger
  23. % font sizes. You should definately use these fonts if you have Solaris 2.3 or
  24. % above.
  25. %
  26. % To use the Solaris 2 DPS fonts, simply copy this file (Fontmap.Solaris) to
  27. %
  28. % /usr/local/lib/Ghostscript/VERSION/Fontmap
  29. % (where VERSION is the version number of Ghostscript, eg: 3.33)
  30. %
  31. % and set the environment variable GS_LIB as follows:
  32. %
  33. % GS_LIB=/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/Type3
  34. % export GS_LIB
  35. %
  36. % You can use /usr/openwin/lib/fonts/Type1/outline instead if you like, it
  37. % makes no difference (the files in /usr/openwin/lib/fonts/Type1 are symlinks
  38. % into /usr/openwin/lib/fonts/Type1/outline).
  39. %
  40. % Instead of setting GS_LIB, you could add the above directories to
  41. % GS_LIB_DEFAULT in your makefile before building Ghostscript.
  42. %
  43. %
  44. % IMPORTANT NOTE
  45. % ==============
  46. %
  47. % Note that simply setting GS_FONTPATH may not work, because for some reason
  48. % some versions of gs can't seem to find any fonts in
  49. % /usr/openwin/lib/X11/fonts/Type1/outline.
  50. % It says: "15 files, 15 scanned, 0 new fonts".
  51. %
  52. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  53. % ----------------------------------------------------------------
  54. % This file is a catalog of fonts known to Ghostscript. Any font
  55. % that is to be loaded automatically when named must be in this catalog,
  56. % except for fonts that Ghostscript finds automatically in directories
  57. % named in the GS_FONTPATH environment variable.
  58. % Each font has an entry consisting of three items:
  59. %
  60. % - The name by which the font is known inside Ghostscript
  61. % (a Ghostscript name preceded by a `/', or a string enclosed
  62. % in parentheses). This is used to find the file from which
  63. % a font of a given name should be loaded.
  64. %
  65. % - Information depending on whether this is a real font or a
  66. % font alias:
  67. %
  68. % - For real fonts, the name of the Ghostscript font
  69. % file (a Ghostscript string, enclosed in parentheses).
  70. % The filename should include the extension, which (by
  71. % convention) is `.gsf'. `.pfa' and `.pfb' files are
  72. % also usable as fonts for Ghostscript.
  73. %
  74. % - For font aliases, the name of the font which should
  75. % be used when this one is requested, preceded by a
  76. % `/'. See the entry for Charter below for an example.
  77. % Note that an alias name cannot be enclosed in parentheses.
  78. %
  79. % - At least one space or tab, and a terminating semicolon.
  80. % Because of limitations in the MS-DOS environment, Ghostscript font
  81. % file names must be no more than 8 characters long, must consist only
  82. % of LOWER CASE letters, digits, and underscores, and must start with a
  83. % letter. Font names, on the other hand, need only obey the syntax of
  84. % names in the Ghostscript language, which is much more liberal.
  85. % The following table is actually a Ghostscript data structure.
  86. % If you add new entries, be sure to copy the punctuation accurately;
  87. % in particular, you must leave at least one space or tab between each
  88. % field in the entry. Also, please read fonts.doc for important information
  89. % about font names.
  90. % Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
  91. % and other programs that don't include full PostScript interpreters,
  92. % as well as with PostScript interpreters; .gsf fonts are compatible with
  93. % PostScript interpreters, but not with ATM or similar programs.
  94. %
  95. %
  96. % Fonts contributed by:
  97. % URW++ Design and Development Incorporated
  98. % Poppenbuetteler Bogen 29A
  99. % D-22399 Hamburg
  100. % Germany
  101. % tel. +49 (40) 60 60 50
  102. % fax +49 (40) 60 60 51 11
  103. % http://www.urwpp.de
  104. % for distribution under the GNU License and Aladdin Free Public License.
  105. % See the notice at the head of this Fontmap file for licensing terms.
  106. % Each of these fonts is individually covered by the license:
  107. % for licensing purposes, they are not "part of" any larger entity.
  108. % The following notice applies to these fonts:
  109. %
  110. % Copyright URW Software, Copyright 1994 by URW.
  111. %
  112. % Actual fonts
  113. /URWBookmanL-DemiBold (b018015l.pfb) ;
  114. /URWBookmanL-DemiBoldItal (b018035l.pfb) ;
  115. /URWBookmanL-Ligh (b018012l.pfb) ;
  116. /URWBookmanL-LighItal (b018032l.pfb) ;
  117. /NimbusMonL-Regu (n022003l.pfb) ;
  118. /NimbusMonL-ReguObli (n022023l.pfb) ;
  119. /NimbusMonL-Bold (n022004l.pfb) ;
  120. /NimbusMonL-BoldObli (n022024l.pfb) ;
  121. /URWGothicL-Book (a010013l.pfb) ;
  122. /URWGothicL-BookObli (a010033l.pfb) ;
  123. /URWGothicL-Demi (a010015l.pfb) ;
  124. /URWGothicL-DemiObli (a010035l.pfb) ;
  125. /NimbusSanL-Regu (n019003l.pfb) ;
  126. /NimbusSanL-ReguItal (n019023l.pfb) ;
  127. /NimbusSanL-Bold (n019004l.pfb) ;
  128. /NimbusSanL-BoldItal (n019024l.pfb) ;
  129. /NimbusSanL-ReguCond (n019043l.pfb) ;
  130. /NimbusSanL-ReguCondItal (n019063l.pfb) ;
  131. /NimbusSanL-BoldCond (n019044l.pfb) ;
  132. /NimbusSanL-BoldCondItal (n019064l.pfb) ;
  133. /URWPalladioL-Roma (p052003l.pfb) ;
  134. /URWPalladioL-Ital (p052023l.pfb) ;
  135. /URWPalladioL-Bold (p052004l.pfb) ;
  136. /URWPalladioL-BoldItal (p052024l.pfb) ;
  137. /CenturySchL-Roma (c059013l.pfb) ;
  138. /CenturySchL-Ital (c059033l.pfb) ;
  139. /CenturySchL-Bold (c059016l.pfb) ;
  140. /CenturySchL-BoldItal (c059036l.pfb) ;
  141. /NimbusRomNo9L-Regu (n021003l.pfb) ;
  142. /NimbusRomNo9L-ReguItal (n021023l.pfb) ;
  143. /NimbusRomNo9L-Medi (n021004l.pfb) ;
  144. /NimbusRomNo9L-MediItal (n021024l.pfb) ;
  145. /StandardSymL (s050000l.pfb) ;
  146. /URWChanceryL-MediItal (z003034l.pfb) ;
  147. /Dingbats (d050000l.pfb) ;
  148. % Aliases
  149. /Bookman-Demi /URWBookmanL-DemiBold ;
  150. /Bookman-DemiItalic /URWBookmanL-DemiBoldItal ;
  151. /Bookman-Light /URWBookmanL-Ligh ;
  152. /Bookman-LightItalic /URWBookmanL-LighItal ;
  153. /Courier /NimbusMonL-Regu ;
  154. /Courier-Oblique /NimbusMonL-ReguObli ;
  155. /Courier-Bold /NimbusMonL-Bold ;
  156. /Courier-BoldOblique /NimbusMonL-BoldObli ;
  157. /AvantGarde-Book /URWGothicL-Book ;
  158. /AvantGarde-BookOblique /URWGothicL-BookObli ;
  159. /AvantGarde-Demi /URWGothicL-Demi ;
  160. /AvantGarde-DemiOblique /URWGothicL-DemiObli ;
  161. % Solaris 2 DPS has Helvetica as a Type1 font.
  162. %/Helvetica /NimbusSanL-Regu ;
  163. %/Helvetica-Oblique /NimbusSanL-ReguItal ;
  164. %/Helvetica-Bold /NimbusSanL-Bold ;
  165. %/Helvetica-BoldOblique /NimbusSanL-BoldItal ;
  166. /Helvetica-Narrow /NimbusSanL-ReguCond ;
  167. /Helvetica-Narrow-Oblique /NimbusSanL-ReguCondItal ;
  168. /Helvetica-Narrow-Bold /NimbusSanL-BoldCond ;
  169. /Helvetica-Narrow-BoldOblique /NimbusSanL-BoldCondItal ;
  170. /Palatino-Roman /URWPalladioL-Roma ;
  171. /Palatino-Italic /URWPalladioL-Ital ;
  172. /Palatino-Bold /URWPalladioL-Bold ;
  173. /Palatino-BoldItalic /URWPalladioL-BoldItal ;
  174. /NewCenturySchlbk-Roman /CenturySchL-Roma ;
  175. /NewCenturySchlbk-Italic /CenturySchL-Ital ;
  176. /NewCenturySchlbk-Bold /CenturySchL-Bold ;
  177. /NewCenturySchlbk-BoldItalic /CenturySchL-BoldItal ;
  178. % Solaris 2 DPS has Times as a Type1 font.
  179. %/Times-Roman /NimbusRomNo9L-Regu ;
  180. %/Times-Italic /NimbusRomNo9L-ReguItal ;
  181. %/Times-Bold /NimbusRomNo9L-Medi ;
  182. %/Times-BoldItalic /NimbusRomNo9L-MediItal ;
  183. % Solaris 2 DPS has Symbol as a Type1 font.
  184. %/Symbol /StandardSymL ;
  185. /ZapfChancery-MediumItalic /URWChanceryL-MediItal ;
  186. /ZapfDingbats /Dingbats ;
  187. %
  188. %
  189. % Type 1 fonts contributed to the X11R5 distribution.
  190. %
  191. % The following notice accompanied the Charter fonts.
  192. %
  193. % (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
  194. %
  195. % You are hereby granted permission under all Bitstream propriety rights
  196. % to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
  197. % Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
  198. % for any purpose and without restriction; provided, that this notice is
  199. % left intact on all copies of such fonts and that Bitstream's trademark
  200. % is acknowledged as shown below on all unmodified copies of the 4 Charter
  201. % Type 1 fonts.
  202. %
  203. % BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
  204. /CharterBT-Roman (bchr.pfa) ;
  205. /CharterBT-Italic (bchri.pfa) ;
  206. /CharterBT-Bold (bchb.pfa) ;
  207. /CharterBT-BoldItalic (bchbi.pfa) ;
  208. % Aliases
  209. /Charter-Roman /CharterBT-Roman ;
  210. /Charter-Italic /CharterBT-Italic ;
  211. /Charter-Bold /CharterBT-Bold ;
  212. /Charter-BoldItalic /CharterBT-BoldItalic ;
  213. % The following notice accompanied the Utopia font:
  214. %
  215. % Permission to use, reproduce, display and distribute the listed
  216. % typefaces is hereby granted, provided that the Adobe Copyright notice
  217. % appears in all whole and partial copies of the software and that the
  218. % following trademark symbol and attribution appear in all unmodified
  219. % copies of the software:
  220. %
  221. % Copyright (c) 1989 Adobe Systems Incorporated
  222. % Utopia (R)
  223. % Utopia is a registered trademark of Adobe Systems Incorporated
  224. %
  225. % The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
  226. % Metric files) donated are:
  227. %
  228. % Utopia Regular
  229. % Utopia Italic
  230. % Utopia Bold
  231. % Utopia Bold Italic
  232. /Utopia-Regular (putr.pfa) ;
  233. /Utopia-Italic (putri.pfa) ;
  234. /Utopia-Bold (putb.pfa) ;
  235. /Utopia-BoldItalic (putbi.pfa) ;
  236. %
  237. %
  238. % Fonts contributed by URW GmbH for distribution under the GNU License.
  239. % The following notice accompanied these fonts:
  240. %
  241. % U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
  242. % U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
  243. %
  244. % Copyright (c) 1992 URW GmbH, Hamburg, Germany
  245. %
  246. % This program is free software; you can redistribute it and/or modify
  247. % it under the terms of the GNU General Public License as published by
  248. % the Free Software Foundation; either version 2 of the License, or
  249. % (at your option) later version.
  250. %
  251. % This program is distributed in the hope that it will be useful,
  252. % but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
  253. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  254. % See the GNU General Public License for more details.
  255. %
  256. % You should have received a copy of the GNU General Public License
  257. % along with this program; if not, write to the Free Software
  258. % Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 U.S.A.
  259. %
  260. % Address:
  261. % URW GmbH
  262. % PC Support
  263. % Harksheider Strasse 102
  264. % 2000 Hamburg 65
  265. % Germany
  266. % Phone: +49 40 60 60 50 (Reception)
  267. % Phone: +49 40 60 60 52 30 (PC Support)
  268. % Fax : +49 40 60 60 52 52
  269. %
  270. /URWAntiquaT-RegularCondensed (u003043t.gsf) ;
  271. /URWGroteskT-Bold (u004006t.gsf) ;
  272. %
  273. %
  274. % Shareware Kana fonts. These are subject to the following notice:
  275. %
  276. % These copyrighted fonts were developed by Kevin Hartig. Permission is
  277. % granted to freely distribute them in entirety along with this statement.
  278. % This is shareware. If you decide to use these fonts please contribute
  279. % $10 US to help support further freeware and shareware software development.
  280. % Questions and comments may be sent to:
  281. %
  282. % hartig@fsl.noaa.gov
  283. % khartig@nyx.cs.du.edu
  284. %
  285. % Kevin Hartig
  286. % 1126 Collyer Street
  287. % Longmont, CO 80501 USA
  288. %
  289. % copyright 1993.
  290. % Hiragana and Katakana fonts. The character names are inappropriate,
  291. % and the encoding is probably not related to any known standard.
  292. /Calligraphic-Hiragana (fhirw.gsf) ;
  293. /Calligraphic-Katakana (fkarw.gsf) ;
  294. %
  295. %
  296. % Public-domain fonts. These have no copyright, and are of unknown quality.
  297. % Cyrillic fonts. The character names are inappropriate,
  298. % and the encoding is probably not related to any known standard.
  299. /Shareware-Cyrillic-Regular (fcyr.gsf) ;
  300. /Shareware-Cyrillic-Italic (fcyri.gsf) ;
  301. % Aliases
  302. /Cyrillic /Cyrillic-Regular ;
  303. /Cyrillic-Regular /Shareware-Cyrillic-Regular ;
  304. /Cyrillic-Italic /Shareware-Cyrillic-Italic ;
  305. %
  306. %
  307. % Fonts converted from Hershey outlines. These are constructed and
  308. % maintained manually. These are also in the public domain.
  309. %
  310. % The suggested UniqueID's and filenames are constructed differently for
  311. % these than for the ones above, because of the strange way that the Hershey
  312. % fonts were constructed. The scheme for these looks like:
  313. %
  314. % 42TTXY0
  315. %
  316. % TT = typeface, X = ``class'', Y = variation
  317. %
  318. % The typeface names and numbers are listed in fonts.mak.
  319. %
  320. % class:
  321. % 0 = normal = r
  322. % 1 = simplex = s
  323. % 2 = complex = c
  324. % 3 = triplex = t
  325. % 4 = duplex = d
  326. %
  327. % variation:
  328. % 0 = normal (omitted)
  329. % 1 = oblique = o
  330. % 2 = italic = i
  331. % 3 = bold = b
  332. % 4 = bold oblique = bo
  333. % 5 = bold italic = bi
  334. %
  335. % Fonts created by Thomas Wolff <wolff@inf.fu-berlin.de>, by adding
  336. % accents, accented characters, and various other non-alphabetics
  337. % to the original Hershey fonts. These are "freeware", not to be sold.
  338. /Hershey-Gothic-English (hrger.pfa) ; % 5066533
  339. /Hershey-Gothic-German (hrgrr.pfa) ;
  340. /Hershey-Gothic-Italian (hritr.pfa) ;
  341. /Hershey-Plain-Duplex (hrpld.pfa) ;
  342. /Hershey-Plain-Duplex-Italic (hrpldi.pfa) ;
  343. /Hershey-Plain-Triplex (hrplt.pfa) ;
  344. /Hershey-Plain-Triplex-Italic (hrplti.pfa) ;
  345. /Hershey-Script-Complex (hrscc.pfa) ;
  346. /Hershey-Script-Simplex (hrscs.pfa) ; % 5066541
  347. % Fonts created algorithmically from the above.
  348. /Hershey-Gothic-English-Bold (hrgerb.gsf) ; % 5066542
  349. /Hershey-Gothic-English-Oblique (hrgero.gsf) ;
  350. /Hershey-Gothic-English-SemiBold (hrgerd.gsf) ;
  351. /Hershey-Gothic-German-Bold (hrgrrb.gsf) ;
  352. /Hershey-Gothic-German-Oblique (hrgrro.gsf) ;
  353. /Hershey-Gothic-Italian-Bold (hritrb.gsf) ;
  354. /Hershey-Gothic-Italian-Oblique (hritro.gsf) ;
  355. /Hershey-Plain-Duplex-Bold (hrpldb.gsf) ;
  356. /Hershey-Plain-Duplex-Bold-Italic (hrpldbi.gsf) ;
  357. /Hershey-Plain-Triplex-Bold (hrpltb.gsf) ;
  358. /Hershey-Plain-Triplex-Bold-Italic (hrpltbi.gsf) ;
  359. /Hershey-Script-Complex-Bold (hrsccb.gsf) ;
  360. /Hershey-Script-Complex-Oblique (hrscco.gsf) ;
  361. /Hershey-Script-Simplex-Bold (hrscsb.gsf) ;
  362. /Hershey-Script-Simplex-Oblique (hrscso.gsf) ; % 5066556
  363. % Fonts consisting only of characters from the original Hershey
  364. % distribution. These are Type 3 fonts.
  365. /Hershey-Greek-Complex (hrgkc.gsf) ; % 5066557
  366. /Hershey-Greek-Simplex (hrgks.gsf) ;
  367. /Hershey-Plain (hrplr.gsf) ;
  368. /Hershey-Plain-Simplex (hrpls.gsf) ; % 5066560
  369. % Fonts created algorithmically from the above.
  370. /Hershey-Plain-Bold (hrplrb.gsf) ; % 5066561
  371. /Hershey-Plain-Bold-Oblique (hrplrbo.gsf) ;
  372. /Hershey-Plain-Oblique (hrplro.gsf) ;
  373. /Hershey-Plain-Simplex-Bold (hrplsb.gsf) ;
  374. /Hershey-Plain-Simplex-Bold-Oblique (hrplsbo.gsf) ;
  375. /Hershey-Plain-Simplex-Oblique (hrplso.gsf) ; % 5066566
  376. % This font, and only this font among the Hershey fonts, uses
  377. % the SymbolEncoding.
  378. /Hershey-Symbol (hrsyr.gsf) ; % 5066567
  379. %
  380. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  381. %
  382. % Solaris 2 Display PostScript Type1 and Type3 fonts...
  383. %
  384. /Helvetica (Helvetica.pfa) ;
  385. /Helvetica-Bold (Helvetica-Bold.pfa) ;
  386. /Helvetica-BoldOblique (Helvetica-BoldOblique.pfa) ;
  387. /Helvetica-Oblique (Helvetica-Oblique.pfa) ;
  388. /Symbol (Symbol.pfa) ;
  389. /SymbolSet /Symbol ;
  390. /Times-Bold (Times-Bold.pfa) ;
  391. /Times-BoldItalic (Times-BoldItalic.pfa) ;
  392. /Times-Italic (Times-Italic.pfa) ;
  393. /Times-Roman (Times-Roman.pfa) ;
  394. /TimesNewRoman /Times-Roman ;
  395. /TimesNewRoman-Bold /Times-Bold ;
  396. /TimesNewRoman-BoldItalic /Times-BoldItalic ;
  397. /TimesNewRoman-Italic /Times-Italic ;
  398. /Dijkstra (Dijkstra.ps) ;
  399. /Hershey-Cyrillic (HrshCyr.ps) ;
  400. /Hershey-Gothic (HrshGoth.ps) ;
  401. /Hershey-Greek (HrshGrk.ps) ;
  402. /Hershey-Greek-Narrow (HrshGrkN.ps) ;
  403. /Hershey-Greekp (HrshGrkp.ps) ;
  404. /Hershey-Italic (HrshI.ps) ;
  405. /Hershey-Italic-Narrow (HrshIN.ps) ;
  406. /Hershey-Italic-Wide (HrshIW.ps) ;
  407. /Hershey-Roman (HrshRom.ps) ;
  408. /Hershey-Roman-Narrow (HrshRomN.ps) ;
  409. /Hershey-Roman-Wide (HrshRomW.ps) ;
  410. /Hershey-Romand (HrshRomd.ps) ;
  411. /Hershey-Romanp (HrshRomp.ps) ;
  412. /Hershey-Script (HrshScr.ps) ;
  413. /Hershey-Script-Narrow (HrshScrN.ps) ;