TextLine created for Para Terminator
Hello. We're seeing behavior with composition where a TextLine is being created for only a paragraph terminator. We are reproducing this by having a paragraph that has one inline graphic that is exactly the same width as the parcel width, followed by one empty span (not sure if empty span is required). Paragraph textLength is 2 (IGE+terminator). First, it creates a TextLine for the IGE with textLength 1. Then, an empty text line is created for the paragraph terminator and placed immediately below the IGE. That TextFlowLine's unjustifiedTextWidth is 0.
Is this expected behavior? If so, is there be something that we could override to prevent this extra text line? We already use an extended StandardFlowComposer, ComposeState, and ParcelList. Is there something we could do through those?
Thanks,
Brent
