Re: [iText-questions] Reference to CJK fonts

2002-10-31 Thread Paulo Soares
You can disregard it. The version in my site (and the next official version) only compliains when actually trying to use a CJK font if it's not installed. Best Regards, Paulo Soares --- "Beukelman, Ken" <[EMAIL PROTECTED]> wrote: > I am using iText to generate PDF from existing > Java2D code and

[iText-questions] Reference to CJK fonts

2002-10-31 Thread Beukelman, Ken
I am using iText to generate PDF from existing Java2D code and have 3 questions: 1) Why do I get the "Missing configuration files for CJK fonts" message when I execute the following statement: g2 = cb.createGraphics(width, height, mapper); 2) Can I suppress it