hello,
I am trying to use embedded ttf font in Apache FOP 1.1.
in my config:
<font kerning="yes"
embed-url="fonts/liberation-fonts-ttf-2.00.1/LiberationSans-Regular.ttf">
<font-triplet name="LiberationSans" style="normal" weight="normal"/>
</font>
However when I invoke a test I get the following error:
java.io.EOFException: Reached EOF, file size=460761 offset=3186606029
at
org.apache.fop.fonts.truetype.FontFileReader.seekSet(FontFileReader.java:86)
~[fop-1.1.jar:na].
Does anybody know that issue already and could help?
Thank you very much in advance, regards,
Arek