home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text2293.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  5.1 KB  |  131 lines

  1.     id m0tvR9h-0007q7a; Sat, 9 Mar 96 09:06 MST
  2. Sender: owner-executor
  3. Received: from black.muc.nacamar.de by ftp.ardi.com with smtp
  4.     (Smail3.1.29.1 #3) id m0tvR92-0007q2C; Sat, 9 Mar 96 09:05 MST
  5. Received: by black.muc.nacamar.de (Linux Smail3.1.28.1 #1)
  6.     id m0tvR8k-000HHnC; Sat, 9 Mar 96 17:05 MET
  7. Received: by p2.ChRoL.muc.nacamar.de (FIDOGATE 3.8.8)
  8.     id AA09069; Sat, 09 Mar 1996 17:05:05 +0100
  9. Date: Sat, 09 Mar 1996 09:23:58 +0100
  10. From: Karsten_Schneeberger@confusion.rmc.de (Karsten Schneeberger)
  11. Subject: Ghostscript & Fonts
  12. Message-ID: <3141401e@p19.f13.n2480.z2.fidonet.org>
  13. To: executor@ardi.com (executor)
  14. Organization: RMC FIDO domain gateway
  15. Lines: 103
  16. X-Gateway: FIDOGATE 3.8.8
  17. X-FTN-From: Karsten Schneeberger @ 2:2480/13.19
  18. X-FTN-To: executor @ 2:2480/28.2
  19. X-FTN-Tearline:  F.I.P.S./32 v0.80 Win95/NT
  20. X-FTN-Via: 2:2480/13@FidoNet @19960309.140052.56.UTC IMAIL-386 1.80+ AK4-D
  21. X-FTN-Via: 2:2480/13@FidoNet @19960309.141305.32.UTC Itrack+ 1.3/G2 FPa00004
  22. X-FTN-Via: 2:2480/28.2@Fidonet @19960309.145850.26.UTC Itrack+ 1.3/G1-RMC FPa00007
  23. X-FTN-Domain: Z2@fidonet
  24. Sender: owner-executor@ardi.com
  25. Precedence: bulk
  26.  
  27.  
  28. DB> What's happening is that Word is telling your "printer" (in this case, 
  29. DB> Ghostscript) "Hey, this document uses Helvetica; switch to that font!"  
  30. DB> Ghostscript looks through it's fonts directory and loads the Helvetica 
  31. DB> font from there.  (yes, this is *not* the "real" Helvetica, but a 
  32. DB> public-domain version which does look pretty trashy).  So, when you want 
  33. DB> to install a new font in Word (say, Zapf Dingbats) you will have to 
  34. DB> install an corresponding Postscript font into Ghostscript.  I am not 
  35. DB> sure how to do this; if someone knows how, I would be very curious to 
  36. DB> find out.
  37. DB> 
  38. DB> Ghostscript can also supposedly take Adobe-style Postscript fonts, so 
  39. DB> that you can buy the Adobe font CD and plug in "real" versions of 
  40. DB> Helvetica, etc.  Again, I'm not sure how to do this, and would gladly 
  41. DB> appreciate some enlightenemnt.
  42.  
  43. You have to adjust the Fontmap like this:
  44.  
  45. ----------------------cut-------------------------
  46. /AvantGarde-Book        (agw_____.pfb)    ;
  47. /AvantGarde-BookOblique        (agwo____.pfb)    ;
  48. /AvantGarde-Demi        (agd_____.pfb)    ;
  49. /AvantGarde-DemiOblique        (agdo____.pfb)    ;
  50.  
  51. /Bookman-Light            (bkl_____.pfb)    ;
  52. /Bookman-LightItalic        (bkli____.pfb)    ;
  53. /Bookman-Demi            (bkd_____.pfb)    ;
  54. /Bookman-DemiItalic        (bkdi____.pfb)    ;
  55.  
  56. /Courier            (cour.pfb)    ;
  57. /Courier-Oblique        /Courier-Italic    ;
  58. /Courier-Italic            (couri.pfb)    ;
  59. /Courier-Bold            (courb.pfb)    ;
  60. /Courier-BoldOblique        /Courier-BoldItalic    ;
  61. /Courier-BoldItalic        (courbi.pfb)    ;
  62.  
  63. /Helvetica            (helv.pfb)    ;
  64. /Helvetica-Oblique        /Helvetica-Italic    ;
  65. /Helvetica-Italic        (helvi.pfb)    ;
  66. /Helvetica-Bold            (helvb.pfb)    ;
  67. /Helvetica-BoldOblique        /Helvetica-BoldItalic    ;
  68. /Helvetica-BoldItalic        (helvbi.pfb)    ;
  69.  
  70. /Helvetica-Narrow        /Sans-Narrow    ;
  71. /Sans-Narrow            (hln_____.pfb)    ;
  72.  
  73. /NewCenturySchlbk-Roman        /CenturySchlbk-Roman    ;
  74. /CenturySchlbk-Roman        (ncr_____.pfb)    ;
  75. /NewCenturySchlbk-Italic    /CenturySchlbk-Italic    ;
  76. /CenturySchlbk-Italic        (nci_____.pfb)    ;
  77. /NewCenturySchlbk-Bold        /CenturySchlbk-Bold    ;
  78. /CenturySchlbk-Bold        (ncb_____.pfb)    ;
  79. /NewCenturySchlbk-BoldItalic    /CenturySchlbk-BoldItalic    ;
  80. /CenturySchlbk-BoldItalic    (ncbi____.pfb)
  81.  
  82. /Palatino-Roman            /Palton-Roman    ;
  83. /Palton-Roman            (por_____.pfb)    ;
  84. /Palatino-Italic        /Palton-Italic    ;
  85. /Palton-Italic            (poi_____.pfb)    ;
  86. /Palatino-Bold            /Palton-Bold    ;
  87. /Palton-Bold            (pob_____.pfb)    ;
  88. /Palatino-BoldItalic        /Palton-BoldItalic    ;
  89. /Palton-BoldItalic        (pobi____.pfb)    ;
  90.  
  91. /Symbol                (sy______.pfb)    ;
  92.  
  93. /Times-Roman            /TimesNewRoman    ;
  94. /TimesNewRoman            (tnr.pfb)    ;
  95. /Times-Italic            /TimesNewRoman-Italic    ;
  96. /TimesNewRoman-Italic        (tnri.pfb)    ;
  97. /Times-Bold            /TimesNewRoman-Bold    ;
  98. /TimesNewRoman-Bold        (tnrb.pfb)    ;
  99. /Times-BoldItalic        /TimesNewRoman-BoldItalic    ;
  100. /TimesNewRoman-BoldItalic    (tnrbi.pfb)    ;
  101.  
  102. /ZapfChancery-Oblique        /ZapfChancery-MediumItalic    ;
  103. /ZapfChancery-MediumItalic    (zcmi____.pfb)    ;
  104.  
  105. /ZapfDingbats            (zd______.pfb)    ;
  106. ------------------------cut---------------------------------------
  107.  
  108. I always download the fonts while printing to file from Windows Apps,
  109. so the Fontmap is used by Ghostscript only when looking for a font not
  110. already built into the printer (Ghostscript). As you can't download while
  111. printing from executor (uses only bitmapped Fonts), ghostscript will use
  112. the Fontmap or does some intelligent font substitution (to Courier or some
  113. other Font) by itself. If it looks for a font like 'Garamond', that is not
  114. listed in Fontmap, Ghostscript will do the substitution.
  115.  
  116. OK, lets install the Futura-Book: Copy the font fu______.pfb that you
  117. bought from Adobe to the Ghostscript font directory. If you don't have the
  118. pc-font, you can use REFONT.EXE to convert the mac resource of 'FuturBol'
  119. to fu______.pfb (don' know if really necessary). The Fontmap entry would be:
  120.  
  121. /Futura-Book             (fu______.pfb);
  122.  
  123. Now you want to use Helvetica-Narrow, but you have only Sans-Narrow that
  124. you want to install in Fontmap. Look at my Fontmap how to tell Ghostscript
  125. to use Sans-Narrow when printing from word with Helvetica-Narrow.
  126.  
  127. -Karsten
  128.  
  129.  
  130.  
  131.