Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!caen!spool.mu.edu!olivea!tardis!tymix!uunet!mcsun!cernvax!chx400!bernina!bernina!neeri From: neeri@iis.ethz.ch (Matthias Ulrich Neeracher) Newsgroups: comp.sys.mac.programmer Subject: Re: HELP : how to change the systemFont font in BUTTONS ? Message-ID: Date: 20 Jun 91 11:35:21 GMT References: <22843@imag.imag.fr> Sender: news@bernina.ethz.ch (USENET News System) Organization: Integrated Systems Laboratory, ETH, Zurich Lines: 9 In-Reply-To: iron@imag.imag.fr's message of 20 Jun 91 09:45:19 GMT Nntp-Posting-Host: etzj-gw In article <22843@imag.imag.fr> iron@imag.imag.fr (Francois Menneteau) writes: >I know SetDaFont() works for editText and staticText, but not for buttons... CDEF 0 will use the window font instead if you add some constant that I believe to be 8 to the variation code. So, a push button using the window font would be 8. Unfortunately (Or was this fortunately :-), you need CNTL resources to use this in dialogs. Hope this helps