int,PyRECT = DrawTextW(hDC, String
, Count
, Rect
, Format
)
Draws Unicode text on a device context.
Parameters
hDC : PyHANDLE
Handle to a device contextString : string
Text to be drawnCount : int
Number of characters to draw, use -1 for entire null terminated stringRect : PyRECT
Rectangle in which to draw textFormat : int
Formatting flags, combination of win32con.DT_* valuesComments
Accepts keyword args.
Return Value
Returns the height of the drawn text, and the rectangle coordinates