[Bug 33137] Can display unicode characters like ☀ ☁ ☂ ☃ ☄ with WM_SETFONT but not with DrawText - Same font handle used for both

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 6 11:24:50 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=33137

--- Comment #1 from Robert Walker <forums at 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);

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list