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