Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!sphere.mast.ohio-state.edu!gae From: gae@sphere.mast.ohio-state.edu (Gerald Edgar) Newsgroups: comp.text Subject: Re: Metafont in C (help needed) Message-ID: <473@sphere.mast.ohio-state.edu> Date: 20 Mar 89 19:17:14 GMT References: <6733@saturn.ucsc.edu> Reply-To: gae@sphere.UUCP (Gerald Edgar) Organization: The Ohio State University, Dept. of Math. Lines: 12 Look at one of your TFM files to see what is happening. A version of MetaFont that I tried to use had a problem because a certain compiler would (by default) write 32 bits every time you tried to send one character. When I saw what was happening, I could look in the compiler docs and use the appropriate compiler directive to defeat this. TFM files are binary, so you should also avoid the trap of opening the file as a text file. -- Gerald A. Edgar Department of Mathematics TS1871@OHSTVMA.bitnet The Ohio State University gae@sphere.mast.ohio-state.edu Columbus, OH 43210 ...!{att,pyramid}!osu-cis!sphere.mast.ohio-state.edu!gae