Hi,
  I am using iText for creation of PDF in Japanese.I am able to display
Japanese char in normal style using following code.

       BaseFont bfJap = BaseFont.createFont("c://msmincho.ttc,0",
      BaseFont.IDENTITY_H, BaseFont.EMBEDDED);
        jpFont = new com.lowagie.text.Font(bfJap, 12, Font.BOLD);
 But I need the text to be bold. But using above code , i am bot able to get
bold letters.How can i achive this

Thanks in advance.
with regatds,
Vijay



Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day

Reply via email to