Is there any way to get the graphical coords of a character in a textarea, and also to get the character position at a particular x,y coordinate?
i.e. in windows, the Richedit control has EM_CHARFROMPOS and EM_POSFROMCHAR.
I could implement this for win32, but what about the other two platforms?
i.e. in windows, the Richedit control has EM_CHARFROMPOS and EM_POSFROMCHAR.
I could implement this for win32, but what about the other two platforms?