embedding fonts using xml-font-files and userconf.xml

2001-08-13 Thread Matthias Born
hi! i've got problems embedding fonts. as described in http://xml.apache.org/fop/fonts.html and other resources i generated the xml font-file with: java -cp fop.jar org.apache.fop.fonts.apps.TTFReader zurchn.ttf zurich.xml i placed resulting zurich.xml along with the original

Re: embedding fonts using xml-font-files and userconf.xml

2001-08-13 Thread Tore Engvig
On Mon, 13 Aug 2001, Matthias Born wrote: hi! i've got problems embedding fonts. [snip] i configured the userconfig in the conf-directory in the following way: fonts font metrics-file=zurich.xml kerning=yes embed-file=zurich.ttf font-triplet

AW: embedding fonts using xml-font-files and userconf.xml

2001-08-13 Thread Matthias Born
ups! thanks and sorry! it was a mistake in the mail. fonts font metrics-file=zurich.xml kerning=yes embed-file=zurich.ttf font-triplet name=Zurich style=normal weight=bold/ /font /fonts Yes, you only added Zurich bold to

Re: AW: embedding fonts using xml-font-files and userconf.xml

2001-08-13 Thread Tore Engvig
Hehe, it would've been to easy if it was only a typo :) It really don't have any other suggestions except using absolute urls/paths in userconfig.xml, like: font metrics-file=file:///C:/fop/zurich.xml kerning=yes embed-file=C:\WINNT\Fonts\zurich.ttf font-triplet name=Zurich