Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: downloading fonts Message-ID: <8812311947.AA18720@EXPO.LCS.MIT.EDU> Date: 31 Dec 88 19:47:33 GMT References: <8812311914.AA10901@m.cs.uiuc.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 16 I wasn't certain about the cost of Metafont -> BDF -> SNF. Perhaps that's a better way to do it. Yes, it is, and it won't cost you that much. Not everybody uses MIT's SNF (e.g. I don't think the DEC product will), but they will provide a compiler, so allow your users to specify a compiler. The intent is that these fonts get generated `on the fly', and stored somewhere (/tmp, /usr/tmp) where they occasionally get cleaned up. Yup, I did the same thing when redirecting a Symbolics console to X. Note that just creating the font file in the directory won't suffice, you'll also need to provide a hook for running an "install" (mkfontdir in MIT's case). And, you'll also need to update the servers font path (to the same value) to ensure that all server's notice the new fonts.