http://bugs.winehq.org/show_bug.cgi?id=33137
--- Comment #1 from Robert Walker forums@robertinventor.com 2013-03-06 11:24:50 CST --- The code is
For DrawTextW, I use SelectObject(hdc,hFont); then draw the text with DrawTextW
For WM_SETFONT, I use SendMessage(hwnd,WM_SETFONT,(WPARAM)hFont,TRUE);