Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!wildcat.mips.com!anoosh From: anoosh@wildcat.mips.com (Anoosh Hosseini) Newsgroups: comp.windows.ms.programmer Subject: Changing Dialog fonts Message-ID: <2666@spim.mips.COM> Date: 25 Apr 91 04:13:04 GMT Sender: news@mips.COM Reply-To: anoosh@wildcat.mips.com (Anoosh Hosseini) Organization: Mips Computer Systems Lines: 14 Nntp-Posting-Host: wildcat.mips.com This subject may have been covered a while back, unfortunately I did not save the posting. Here is the problem; I have a custom font which I like to use instead of the default system font in dialogs. (A font that went though the .fnt -> .fon process) I specify the the font size, and name in the option section of the dialog declaration in the .RC file, and it matches the font name/size found in win.ini, compile it, but there is no change when I run the application again. (Still get system font). The font is available since I can access it through CreatFont(). Am I missing something here? Much thanks in advance, and apologies if this is a rerun question. -anoosh