We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Fixed line spacing; #10
aeac741
That occurred only on line break.
Sorry, something went wrong.
Edge case for #10 is also fine
b4fc9b5
phax
No branches or pull requests
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
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.
The text was updated successfully, but these errors were encountered: