Hi everybody, I'm a newbie in XSL FO. Since 2 weeks I'm reading and learning, and come over in a average way. I have a big problem with including own FONTS.
After realizing that I can't use OTF-Fonts I used TTF and generated a XML-Metrics-File from them. I added this to the fop.xconf - file, referenced the font-name in xsl-fo. I'm using altova-xmlspy, when I generate the PDF in FOP-Viewer, the font is included (and only if it is also installed in Windows) - by generating a PDF, is not. What I did wrong? Here the part in the fop.xconf: <renderers> <renderer mime="application/pdf"> <filterList> <value>flate</value> </filterList> <fonts> <font metrics-url=" file:///F:development-contexts/fop-0.95-bin/ fop-0.95/conf/fonts/KlavikaCH-RegularTF.xml" embed-url= "file:///F:development-contexts/fop-0.95-bin/ fop-0.95/conf/fonts/KlavikaCH-RegularTF.ttf"> <font-triplet name="KlavikaCH Regular TF" style="normal" weight="normal"/> </font> </fonts> </renderer> Thanks for every help!! Karsten --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
