home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / misc / 23133 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.5 KB  |  40 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!haven.umd.edu!socrates!ice
  3. From: ice@socrates.umd.edu (Fredrik Nyman)
  4. Subject: Re: Good NeXT ps font collection loaded to sonata!
  5. Message-ID: <1992Dec17.010242.9928@socrates.umd.edu>
  6. Organization: University of Maryland University College
  7. References: <1992Dec16.143415.7270@socrates.umd.edu> <1gno38INNdob@menudo.uh.edu>
  8. Date: Thu, 17 Dec 1992 01:02:42 GMT
  9. Lines: 29
  10.  
  11. sears@tree.egr.uh.edu (Paul S. Sears) writes:
  12.  
  13. >Ok... what does one do exactly to install these fonts.  I did the  
  14. >buildafmdir and everything looks ok.  However, when I use the  
  15. >FontInstaller from Adobe, it creates afm, bitmap and outline directories.   
  16. >Is buildafmdir supposed to create these directories also, or is this  
  17. >something special about FontInstaller.app?
  18. Probably the latter. :)
  19.  
  20. What you do is to open a terminal window.
  21.  
  22. From there, cd to ~/Library/Fonts (if you want to keep the fonts
  23. for yourself) and to /LocalLibrary/Fonts if you want to make them
  24. public.  (If the latter, you should have to su first).
  25.  
  26. Then, for each font file (/somedir/fontfile.tar.Z):
  27. zcat /somedir/fontfile.tar.Z | tar xvf -
  28.  
  29. This will unpack fontfile.tar.Z, create an appropriately named
  30. subdirectory and place the font and afm files there.
  31.  
  32. When you've unpacked all fontfiles, run buildafmdir:
  33. buildafmdir
  34.  
  35. You *may* have to run cacheAFMData too, but it seems that buildafmdir
  36. does (or is supposed to do) it automatically.
  37.  
  38. Ta da.  The new fonts should be available from any font panel
  39. except Terminal's.
  40.