Re: [iText-questions] Japanese fonts -- I am unclear on what is going on

2008-06-11 Thread Bruno Lowagie
Brian Gould wrote: > I have the ItextAsian and ItextAsianCmaps jar files and I have the > following code: > > BaseFont _bfJapanese = > BaseFont./createFont/("KozMinPro-Regular", "UniJIS-UCS2-HW-V", > BaseFont./NOT_EMBEDDED/); > > /_japanese/ = *new* Font(_bf

[iText-questions] Japanese fonts -- I am unclear on what is going on

2008-06-11 Thread Brian Gould
I have the ItextAsian and ItextAsianCmaps jar files and I have the following code: BaseFont _bfJapanese = BaseFont.createFont("KozMinPro-Regular", "UniJIS-UCS2-HW-V", BaseFont.NOT_EMBEDDED); _japanese = new Font(_bfJapanese, 12, Font.NORMAL); This result