textFlow.flowComposer.lines
Hi,
I have created a custom highligter class since the EditManager applyFormat is too slow for lots of text and lots of highlights. Everything works great for RichEditableText - The textFlow's flowComposer's lines array contains a listing of TextFlowLines and from there I can determine which ones are visible on the screen or in the viewport, and then from there figure out where the characters (atoms) positioning information is from the TextLine/TextBlock methods.
However, RichEditableText does not support truncation. So I tried RichText, but the textFlow/flowComposer/SpanElement/ParagraphElement are no help. None of the information about the lines is in the rich text with truncation.
What do I do?
I tried going to the source of RichEditableText, but I can't find where the lines of the textFlow get populated in the flowComposer's lines array. The only explination I have for that is that the source in the premium build that I have doesn't match up with the binary - VERY annoying.
Any help?
