Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R Swick) Newsgroups: comp.windows.x Subject: Re: question on "cursor" font & XDrawImageString Message-ID: <8903091829.AA07137@LYRE.MIT.EDU> Date: 9 Mar 89 18:28:59 GMT References: <368@cui.unige.ch> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 8 > My question is the following: How can I draw a shape that can be found in the > "cursor" font file? The same way you draw any other glyph from a font. You just have to know it's index. try running examples/Xaw/xlabel -fn cursor -label '2480*(@#$' (it works just fine).