Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!SUN.COM!dshr From: dshr@SUN.COM (David Rosenthal) Newsgroups: comp.windows.x Subject: Re: special server mechanism (deemed unnecessary) Message-ID: <8812091659.AA02967@devnull.sun.com> Date: 9 Dec 88 13:44:30 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 13 No-one should ever do anything with the default font. The only reason it exists is to prevent there being a "No-font-selected" error. In fact, there is absolutely nothing that you CAN do with the default font reliably. You certainly cannot display any characters with it, since you cannot predict the encoding it uses. I'm willing to bet that your code assumes that the encoding for the default font is ISO Latin-1. Note that not even my Hello World program, which was trying to be as simple as possible, tried to use the default font. David.