RE: [iText-questions] Encoding used by DefaultFontMapper

2002-09-03 Thread Paulo Soares
: Tuesday, September 03, 2002 15:16 > To: iText (E-Mail) > Subject: [iText-questions] Encoding used by DefaultFontMapper > > Hi iText'ers, > > I came across the following problem: printing Unicode with > (Graphics2D)g.drawString() works fine on screen for all unic

[iText-questions] Encoding used by DefaultFontMapper

2002-09-03 Thread Erwin Achermann
Hi iText'ers, I came across the following problem: printing Unicode with (Graphics2D)g.drawString() works fine on screen for all unicodes, but not using PdfGraphics2D class. I figured that this is due to the fact that the DefaultFontMapper used in PdfGraphics2D uses the font encoding CP1252. N