Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!doug.cae.wisc.edu!jverdega From: jverdega@caestaff.engr.wisc.edu (Jeff Verdegan) Newsgroups: comp.sys.mac.programmer Subject: Changing font in a list Message-ID: <1991Jun28.105610.2476@doug.cae.wisc.edu> Date: 28 Jun 91 15:56:10 GMT Distribution: usa Organization: Computer-Aided Engineering, Univ. of Wisconsin-Madison Lines: 18 Originator: jverdega@ws-39.cae.wisc.edu Hello all you helpful folks out in rn-land! I'm writing a program that uses the list manager (Surprise! Surprise!) and I'd like the text in the list to be in a font other than the default/system font. The list is a user item in a modal dialog, and what I am planning to do is, in the list's drawing procedure, set the current port's font to whatever I want it to be, call LUpdate, and then set it back. Will this work? Is there a better (i.e. "standard") way to do this? Thanks! :-) Jeff Verdegan jverdega@caestaff.engr.wisc.edu