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
If I have a text field with a multi lined text inside.
<staticText> <reportElement x="0" y="0" width="198" height="252"/> <textElement textAlignment="Left" verticalAlignment="Top" markup="none"> <font fontName="GostAproe" size="12"/> <paragraph lineSpacing="Fixed" lineSpacingSize="14.0"/> </textElement> <text><![CDATA[line 1 line 2 line 3 ... ]]></text> </staticText>
It renders a text line like 14.0 + maxDescent size
An error is in AbstractTextRenderer.class. maxDescent value adds in any way not relative to the selected LineSpacing.
AbstractTextRenderer.class
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I have a text field with a multi lined text inside.
It renders a text line like 14.0 + maxDescent size
An error is in
AbstractTextRenderer.class
. maxDescent value adds in any way not relative to the selected LineSpacing.The text was updated successfully, but these errors were encountered: