17/03/2014 06:56, Mitul Modi:
Now with this implementation, I think I have to re-implement methods like TextMetrics:drawParagraph, TextMetrics:redoParagraph ,methods in rowPainter class and maybe some others because with current implementation, text is painted row by row in original text and with new implementation of 3 box model of insets, rows in original text is not same as rows painted in workarea (like in fig3 and fig4) With nested Insets complications may increase (I am not sure at this moment) .
Concerning the implmentation, note that I have a branch in the works (features/str-metrics) that heavily rewrites rowBreakPoint and friends. I hope to be able to land it in the coming months (after 2.1 release anyway). Note however that I plan to rewrite the history, so warn me if you plan to base any work on it.
JMarc