pdf font fop [message #109695] |
Mon, 16 January 2006 07:37 |
Eclipse User |
|
|
|
Hi,
I am trying to get a Report using font "Arial".
- Birt2 RC1
on tomcat-windows i have arial. on linux (same tomcat copied to suse,
same report) i have some other font.
i followed manuals. created a metrics file for arial. -> arial.xml
then i created a fop.xml which is in directory:
birt2rc-runtime/plugins/org.eclipse.birt.report.engine.emitt er.fo
content of fop.xml:
<configuration>
<entry>
<key>version</key>
<value>org.eclipse.birt.report.engine.ermitter.fo FOP 0.20.5</value>
</entry>
<entry>
<key>baseDir</key>
<value>/home/walter/fonts</value>
</entry>
<entry>
<key>fontBaseDir</key>
<value>/home/walter/fonts</value>
</entry>
<fonts>
<font metrics-file="/home/walter/fonts/arial.ttf.xml"
embed-file="/home/walter/fonts/arial.ttf" kerning="yes">
<font-triplet name="Arial" style="normal" weight="normal"/>
<font-triplet name="Arial" style="normal" weight="bold"/>
</font>
</fonts>
</configuration>
.... ah and the birt content is of course formatted with "Arial"
but the pdf content is NOT Arial.
any thoughts?
Regards Walter
|
|
|
Powered by
FUDForum. Page generated in 0.03339 seconds