Try this:
Code:
HFONT hFont = CreateFont(12, 0,0,0,0,0,0,0,0,0,0,0,0,"MS Sans Serif");
SendMessage(hWnd_Edit, WM_SETFONT, (WPARAM) (HFONT) hFont, 0);