Hi All,
    I am generating the PDF using XSLFO/FOP and Arial Unicode MS font for Global languages.And during Implementation I found that Bold/Italics character are not appearing  in bold/Italic in PDF which was coming properly perfect with other font like courier. Please let me know if there is any Issue with Arial Unicode Font for Bold/Italic or I need to make some other configuration to fix it.
The font configuration setup is:
 
<font metrics-file="ARIALUNI.xml" embed-file="c:\WINNT\fonts\ARIALUNI.ttf" kerning="yes">
    <font-triplet name="ArialUnicodeMS" style="normal" weight="normal"/>
    <font-triplet name="ArialUnicodeMS" style="normal" weight="bold"/>
    <font-triplet name="ArialUnicodeMS" style="italic" weight="normal"/>
   <font-triplet name="ArialUnicodeMS" style="italic" weight="bold"/>
</font>
 
Thanks
Pankaj

Reply via email to