You have to send it a WM_SETFONT message:
Code:
SendMessage(Text1, WM_SETFONT, (WPARAM)Tahoma, TRUE);