Question
getCharIndexAtPoint alternative?
Halp! I'm new to the TLF, I've spent about 45 minutes digging through the docs but it's not clear to me how to map a mouse position over to the underlying character position, in the convetional TextField this was done via TextField.getCharIndexAtPoint(x,y);
I did see a getCharacterAtIndex(index) but I don't know how to get that index first.
