Path: utzoo!attcan!uunet!ns-mx!iowasp!deimos!ux1.cso.uiuc.edu!uwm.edu!zaphod.mps.ohio-state.edu!usc!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: How should XListFonts interact with font aliases. Message-ID: <9002221457.AA01123@expire.lcs.mit.edu> Date: 22 Feb 90 14:57:02 GMT References: <1990Feb21.012526.29153@oracle.com> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 12 I have been trying to make some font aliases and I have noticed that XListFonts will return aliases for fonts that do not exist. Is this a bug? Not particularly. Shouldn't the xserver verify the existence of the actual font before returning the name from XListFonts? The server doesn't verify the existence of font files for normal font names before returning them in XListFonts. And even if it did, there's no guarantee that they would still exist when you got around to opening them.