Hi everybody,

switching to the fop-0.93 engine, i am facing problems with the pdf-rendering 
for font-weight=bold for my custom font 'NewsGothic'. The font is found by the 
engine, but is rendered only a bit wider, not bold. I am using the following 
configuration:

<fop version="1.0">
 <base>.</base>
 <font-base>D:/fonts/</font-base>
 <renderers>
   <renderer mime="application/pdf">
     <filterList>
       <value>flate</value>
     </filterList>
     <fonts>
       <font metrics-url="NewsGothicLT.xml" kerning="yes" 
embed-file="lte50112.ttf">
         <font-triplet name="NewsGothic" style="normal" weight="normal" />
       </font>
       <font metrics-url="NewsGothicLTBold.xml" kerning="yes" 
embed-file="lte50114.ttf">
         <font-triplet name="NewsGothic" style="normal" weight="bold" />
       </font>
     </fonts>
   </renderer>
 </renderers>
</fop>

The engine is running on a windows system with a j2re1.4.2_11.
Any help is highly appreciated!

Best regards,
Ben


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to