Skip to main content



      Home
Home » Archived » BIRT » pdf font fop
pdf font fop [message #109695] Mon, 16 January 2006 07:37
Eclipse UserFriend
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
Previous Topic:Excessive querying
Next Topic:Access POJO through AppContext
Goto Forum:
  


Current Time: Sat May 03 12:17:17 EDT 2025

Powered by FUDForum. Page generated in 0.03339 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top