-
Notifications
You must be signed in to change notification settings - Fork 614
New issue
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
#1057 Generating PDF from HTML containing CSS font-size property fails with IllegalArgumentException #1072
Conversation
…rty fails with IllegalArgumentException
The pull request if for the 1.3-java8 branch because right now we need to use Java 8. But eventually, the same fix should go to the main branch. |
|
Is there a way how to squash all commits into one before merging it? This is possible with GitLab, but I don't know if GitHub can do. Reason: more often then not, one commit is not enough, e.g. you get a warning from static code analysis, or you need to change something based on somebody else's comment. But these additional commits then only make the history too long. |
I think the mantainers can squash the commits when merging the PR. |
@asturio, thanks a lot for merging it. Are you going to merge it also to 1.4 and main branch? |
Description of the new Feature/Bugfix
Added support for font size specified by name, e.g. 'small' or 'large'
Related Issue: #1057
Unit-Tests for the new Feature/Bugfix
Compatibilities Issues
None
Testing details
Run the
FontSizeTest.testNamedFontSize
. See also the generated 'Font Size Named.pdf'