allow embedd fonts from jar-file for pdf creation

fonts can now added in fop configuration via classpath notation. Also added FreeSans.ttf
This commit is contained in:
Heavenfighter
2024-05-30 16:02:46 +02:00
parent ed0c12dfaa
commit 18be7adb07
3 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@@ -25,7 +25,7 @@
<renderer mime="application/pdf">
<fonts><!-- https://xmlgraphics.apache.org/fop/1.1/fonts.html auto-embed -->
<auto-detect/>
<font kerning="no" embed-url="FreeSans.ttf" embedding-mode="subset">
<font kerning="no" embed-url="classpath:FreeSans.ttf" embedding-mode="subset">
<font-triplet name="SourceSerifPro" style="normal" weight="normal" />
<font-triplet name="Times-Bold" style="normal" weight="normal" />
</font>