[comp.windows.ms.programmer] Changing Dialog fonts

anoosh@wildcat.mips.com (Anoosh Hosseini) (04/25/91)

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