home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / NEXTSTEP / Fonts / BitStream / About_Fonts / Poster < prev    next >
Text File  |  1992-12-03  |  3KB  |  58 lines

  1. Article: 21652 of comp.sys.next.misc
  2. Xref: news.byu.edu comp.sys.next.software:2781 comp.sys.next.misc:21652
  3. Newsgroups: comp.sys.next.software,comp.sys.next.misc
  4. Path: news.byu.edu!hamblin.math.byu.edu!sol.ctr.columbia.edu!spool.mu.edu!uunet!mcsun!news.funet.fi!network.jyu.fi!tukki!otto
  5. From: otto@tukki.jyu.fi (Otto J. Makela)
  6. Subject: A free font: Bitstream Charter
  7. Message-ID: <OTTO.92Nov25113843@tukki.jyu.fi>
  8. Sender: otto@jyu.fi (Otto J. Makela)
  9. Organization: The Crimson Permanent Assurance Company
  10. Date: Wed, 25 Nov 1992 09:38:43 GMT
  11. Lines: 43
  12.  
  13. If you are interested in installing a rather nice-looking font, there is a
  14. publicly available font called "Bitstream Charter" which works nicely with
  15. NeXTstep, thanks to Henry Churchyard <churchh@emx.cc.utexas.edu> for the
  16. pointer.  You can get it via anonymous.ftp from:
  17.     export.lcs.mit.edu:contrib/Bitstream-Type1.tar
  18.     gatekeeper.dec.com:.9/X11/contrib/Bitstream-Type1.tar
  19.  
  20. Once you have it, extract it with (preferrably to /tmp, as there are quite
  21. a lot of extra/unneeded files in the package -- by the way, I am assuming
  22. you use a csh-variant here):
  23.     tar xf Bitstream-Type1.tar
  24. and rename/move the files in the following way:
  25.     mkdir ~/Library/Fonts        (if you don't have it yet)
  26.     mkdir ~/Library/Fonts/CharterBT-Roman.font
  27.     mkdir ~/Library/Fonts/CharterBT-Bold.font
  28.     mkdir ~/Library/Fonts/CharterBT-Italic.font
  29.     mkdir ~/Library/Fonts/CharterBT-BoldItalic.font
  30.     mv c0648bt_.afm ~/Library/Fonts/CharterBT-Roman.font/CharterBT-Roman.afm
  31.     mv c0648bt_.pfb ~/Library/Fonts/CharterBT-Roman.font/CharterBT-Roman
  32.     mv c0632bt_.afm ~/Library/Fonts/CharterBT-Bold.font/CharterBT-Bold.afm
  33.     mv c0632bt_.pfb ~/Library/Fonts/CharterBT-Bold.font/CharterBT-Bold
  34.     mv c0633bt_.afm ~/Library/Fonts/CharterBT-BoldItalic.font/CharterBT-BoldItalic.afm
  35.     mv c0633bt_.pfb ~/Library/Fonts/CharterBT-BoldItalic.font/CharterBT-BoldItalic
  36.     mv c0649bt_.afm ~/Library/Fonts/CharterBT-Italic.font/CharterBT-Italic.afm
  37.     mv c0649bt_.pfb ~/Library/Fonts/CharterBT-Italic.font/CharterBT-Italic
  38. Then build the font directory files with:
  39.     cd ~/Library/Font
  40.     buildafmdir
  41.  
  42. After this, the font will be available on applications on YOUR userid.
  43. If you wish to make it available for all users on your machine, you will
  44. need to place the font into /Library instead of your personal ~/Library
  45. (you will of course need write permission to /Library to be able to do
  46. this -- you will usually have to be root to do this).
  47.  
  48. As there are no screen bitmaps in this package, and I don't know what
  49. format they need to be (and I'm not about to buy Adobe books just for
  50. this) the fonts are slightly slower than the usual ones on-screen.
  51. -- 
  52.    /* * * Otto J. Makela <otto@jyu.fi> * * * * * * * * * * * * * * * * * * */
  53.   /* Phone: +358 41 613 847, BBS: +358 41 211 562 (V.32bis/USR-HST,24h/d) */
  54.  /* Mail: Kauppakatu 1B18/SF-40100 Jyvaskyla/Finland, ICBM: 62.14N25.44E */
  55. /* * * Computers Rule 01001111 01001011 * * * * * * * * * * * * * * * * */
  56.  
  57.  
  58.