Path: utzoo!attcan!uunet!wugate!wuarchive!brutus.cs.uiuc.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!jim From: jim@EXPO.LCS.MIT.EDU (Jim Fulton) Newsgroups: comp.windows.x Subject: Re: Need X11 Font File Format Message-ID: <8907261823.AA01808@expo.lcs.mit.edu> Date: 26 Jul 89 18:23:28 GMT References: Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 11 What about the binary (server) format? There is no single binary format. The format used by the MIT sample servers depends on the padding that the corresponding server requires. Various vendors have their own formats. In general, you shouldn't care. If you are creating a font for an application, you should use the BDF format; if you are a server developer then you can use the MIT code (look in fonts/bdftosnf/*.c and fonts/mkfontdir/*.c as well as server/ddx/snf/*.c) for one way to do it.