Path: utzoo!yunexus!geac!syntron!jtsv16!uunet!seismo!sundc!pitstop!sun!amdcad!ames!mailrus!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: xterm manuals [really cursor pr Message-ID: <8810251454.AA18686@EXPO.LCS.MIT.EDU> Date: 25 Oct 88 14:54:28 GMT Article-I.D.: EXPO.8810251454.AA18686 References: <8810251231.AA16354@icase.icase.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 16 > where do I find the list of cursor names lib/Xt/Converters.c or look in and strip off the XC_ prefix. > How do I dump a particular character from a font to a bitmap? showsnf -g fontfilename.snf >/tmp/out edit /tmp/out bmtoa /tmp/out >/tmp/out.bitmap where bmtoa is a filter to convert arrays of characters into a bitmap file. There are a whole slew of bitmap utilities in the pbm package that has been floating around (which will be on the user-contributed section of R3; separate bmtoa and atobm programs will also be located in the bitmap sources).