Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!CS.BROWN.EDU!jsb From: jsb@CS.BROWN.EDU Newsgroups: comp.windows.x Subject: Default font Message-ID: <8907121547.AA12183@no.cs.brown.edu> Date: 12 Jul 89 15:47:11 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 11 The Xlib reference notes that the default value for the "font" field of a GC is "" [scheifler p96]. Okay, but how do I find out what it is? All I need is a font id, but the obvious method: default_fid = (XQueryFont(dpy, my_gc_id))->fid; doesn't work because, as the manual says, fid contains my_gc_id. Is there any way to determine the font id of the default font? John