phax/ph-pdf-layout

Wrong linespacing in the end of page

RangerMak opened this issue · 1 comments

Sometimes last line of page in multiline text can be rendered using wrong linespace.
Examlpe: https://ibb.co/FWNRYbD

This text was added to document using code

pagesSet.addElement(new PLText(loremRus, italicBoldFont12).setLineSpacing(1.5f));

Last line was rendened with wrong linespace for fitting it into page.
Another lines of text was rendered with correct linespace.

The result document looks strange in this case.

phax commented

That occurred only on line break.