home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 10025 < prev    next >
Encoding:
Text File  |  1992-09-03  |  901 b   |  27 lines

  1. Organization: Carnegie Mellon, Pittsburgh, PA
  2. Path: sparky!uunet!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!sean+
  3. Newsgroups: comp.sys.hp
  4. Message-ID: <0edaCLS00UzxI4hWEn@andrew.cmu.edu>
  5. Date: Thu,  3 Sep 1992 15:12:23 -0400 
  6. From: Sean McLinden <sean+@andrew.cmu.edu>
  7. Subject: Re: HELP: need a .scf to .bdf font converter!
  8. In-Reply-To: <1992Sep2.153922.9409@murdoch.acc.Virginia.EDU>
  9. References: <1992Sep2.153922.9409@murdoch.acc.Virginia.EDU>
  10. Lines: 15
  11.  
  12. >The title says it all.  We need to change some of the hp fonts to run
  13. >with a Microsoft Windows X server (Xvision).
  14.  
  15. 1. Get snftobdf from export.lcs.mit.edu in the /contrib directory.
  16.  
  17. 2. The .scf files are just compressed .snf files so you can do the
  18. following (in csh...the real person's shell)
  19.  
  20. % foreach i (*.scf)
  21. > cat $i | uncompress | snftobdf | bdftopcf > $i:r.pcf
  22. > end
  23.  
  24. Sean McLinden
  25.  
  26.  
  27.