[pywin32-bugs] [ pywin32-Feature Requests-1173716 ] Add DrawTextW
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2007-11-24 09:25:02
|
Feature Requests item #1173716, was opened at 2005-03-30 18:31 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1173716&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Charlie51 (charlie51) Assigned to: Mark Hammond (mhammond) Summary: Add DrawTextW Initial Comment: It would be useful to draw unicode strings onto a dc. DrawText does not accept Unicode strings. DrawTextW is avalable on NT, 2000 and XP. Sorry but I am not capable of trying to do this myself. ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2007-11-24 04:25 Message: Logged In: YES user_id=771074 Originator: NO This function has been added to win32gui.i (rev 1.105) ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2005-04-12 06:03 Message: Logged In: YES user_id=14198 Sorry - my mistake - you did say "DrawText does not accept Unicode strings" and you are correct. This can be fixed to do what I thought it did :) ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2005-04-12 05:57 Message: Logged In: YES user_id=14198 I'm interested to know why you need this. If you pass a unicode object now an mbcs encoded string should be passed to Windows, which means most Unicode characters can be sent. I'm interested to know if this is unsuitable for some reason (mainly so I can understand the issues involved!) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1173716&group_id=78018 |