I have the following code in .rc file
Code:
FONT 12, "MS Shell Dlg"
This code successfully sets the font of text inside the dialog(CDialog) to specifed face type but the font of text of buttons does not change.Anything missing to do that?