Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!uflorida!gatech!rutgers!rochester!uhura.cc.rochester.edu!ur-valhalla!brown From: brown@galaxy.ee.rochester.edu (Eric Brown) Newsgroups: comp.sys.mac.programmer Subject: How do I change dialog font and size? Message-ID: <1720@valhalla.ee.rochester.edu> Date: 10 Jan 89 05:58:46 GMT Sender: usenet@valhalla.ee.rochester.edu Lines: 21 Distribution: Reply-To: brown@ee.rochester.edu (Eric Brown) Organization: UR Dept. of Electrical Engg, Rochester NY 14627 I know I saw the method a long time ago, but I've since forgotten. Could someone please tell me how to change the font of edit text, static text, and normal control items of modal dialogs. The following is code I tried - it didn't work: myDialog = GetNewDailog(1400, NULL, -1L); /* note, the visible field in ResEdit is not checked */ ((GrafPtr)myDialog)->txFont = 4; ((GrafPtr)myDialog)->txSize = 9; ShowWindow(myDialog); It still comes up in the standard font and size. If you could, please respond by e-mail. Thanks in advance. -Eric.