Path: utzoo!attcan!uunet!ncrlnk!ncrcae!hubcap!gatech!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: X11 - a Font question Message-ID: <8812061714.AA11751@EXPO.LCS.MIT.EDU> Date: 6 Dec 88 17:13:59 GMT References: <166@h.cs.wvu.wvnet.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 8 How can I query the X11 system to determine the "current" fontin the system??? You don't say exactly what you mean by "query". If you want font metrics, you can use XQueryFont, passing it a GC (that contains the default font). The protocol does not provide a means of getting the name of the default font.