On 11/6/14, 1:50 PM, "Harbs" <harbs.li...@gmail.com> wrote:

>Well, it does this:
>
>if (_curElementStart == _curParaStart+_curParaElement.textLength)
>  break;
>
>to normally break out of the loop.
>
>I’m a bit fuzzy though on how it handles SpanElements that span multiple
>lines and how to break out of that.

Doesn’t _curElementStart get updated after each textLine is composed?
_curElementStart might be getting out of sync.

-Alex

Reply via email to