Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!aplcen!samsung!cs.utexas.edu!mailrus!ncar!boulder!grunwald From: grunwald@foobar.colorado.edu (Dirk Grunwald) Newsgroups: comp.windows.x Subject: Re: Banish 'font not found' errors forever! Message-ID: <14943@boulder.Colorado.EDU> Date: 16 Dec 89 00:02:30 GMT References: <8912070046.AA14873@kanga.lcs.mit.edu> <6808@b11.ingr.com> <114@eileen.mga.com> <6846@b11.ingr.com> <116@eileen.mga.com> Sender: news@boulder.Colorado.EDU Reply-To: grunwald@foobar.colorado.edu Organization: University of Colorado at Boulder Lines: 7 In-reply-to: gjc@mga.COM's message of 15 Dec 89 21:18:19 GMT the advantage of using fonts is that they have a normal ``stride'' or escapement associated with them; also X has primities to lay down multiple glyphs at once. Thus, when you lay down a strng "foo", the first "o" will follow "f" and so on - this makes for much faster display because you don't have to specify the X,Y locations for each glyph.