Skip to content

Commit

Permalink
fix wording in config property reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dadza committed May 8, 2023
1 parent a0fc4a8 commit 2f3eeec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jasperreports/docs/config.reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7655,12 +7655,11 @@ See <a href="https://github.com/LibrePDF/OpenPDF/blob/0c9c4ca393b01444b7cb13bb1d
<configProperty name="net.sf.jasperreports.export.pdf.classic.fop.glyph.substitution.enabled">
<description>
Flag that determines whether glyph substitution based on Apache FOP is enabled.
The flag is set <code>false</code> by default, disabling glyph substitution.
The flag is set to <code>false</code> by default, disabling glyph substitution.
<p>
When Apache FOP is present on the classpath glyph substitution can only be disabled
When Apache FOP is present on the classpath, glyph substitution can only be disabled
by using a patched version of OpenPDF (1.3.30.jaspersoft.x from
<a href="https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/com/github/librepdf/openpdf/">https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/com/github/librepdf/openpdf/</a>)
is used.
<a href="https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/com/github/librepdf/openpdf/">https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/com/github/librepdf/openpdf/</a>).
The property needs to be explicitly set to <code>true</code> when using a standard/unpatched version of OpenPDF together with Apache FOP.
</p>
<p>
Expand Down

0 comments on commit 2f3eeec

Please sign in to comment.