Re: [iText-questions] PdfGraphics2D fonts are twice the size of Java2D fonts

2008-01-10 Thread Andrew Mickish
Indeed, you are correct. I had copied the PDF generating part of the code from an example, and had not changed the width and height of the output. Thanks! Paulo Soares wrote: > It's not the text that is too big, it's the graph that is too small. The > font alignments are done using the Graphic

[iText-questions] PdfGraphics2D fonts are twice the size of Java2D fonts

2008-01-10 Thread Andrew Mickish
I am using PdfGraphics2D to write a JFreeChart to PDF. iText scales the text significantly larger in the PDF file than it appears in a Java window. For example, the tick mark labels down the sides of my chart overlap in the PDF file, but they are practically double-spaced in the original chart.