Does GetWord support Unicode?
Yes, GetWord supports Unicode. It can capture text from software systems in Unicode encoding. Also all the GetWord API functions are Unicode compatible. Back to top Q5: Does GetWord support capturing text at a given position? How can I retrieve the position of the mouse cursor and the caret position? A: GetWord supports capturing text at a given position. You can use its API function GetString to capture the string at a given point. You can use Windows’ API function GetCursorPos and GetCaretPos to retrieve the mouse cursor position and the caret position respectively. Back to top Q6: Does GetWord support capturing sentences? Is there a way to capture multiple lines of text? A: Yes. GetWord supports capturing sentences. You can use GetRectString or GetRectStringPairs to capture all the lines of text in a given rectangle. Back to top Q7: I find GetWord uses an internal formatter when I use GetRectString function. I want to control the output of the captured text and make my own formatter