Question
How can I get the global position in pixels of a FlowElement within its container Sprite
I'm trying to get the position of a FlowElement within its container. I can get the TextFlowline, the start and end position of the element within the Flow and from that I can get the container. I now need to work out how many lines that element sits within the container, work out the top and left of the element in pixels so I can move my viewport to that position.
Any ideas? Is there a localToGlobal position for the element?
