Re: [iText-questions] Issue with Courier font white spaces width

2009-01-24 Thread mister bean
I believe this can happen if your alignment is set to justified. If it is, then set it to left and see whether the problem goes away. (Note: for alignment to be justified, you'd have to set it explicitly.) ---mr. bean re 1T3XT info wrote: TaRe wrote: I am creating a PDF document that

Re: [iText-questions] Issue with Courier font white spaces width

2009-01-22 Thread 1T3XT info
TaRe wrote: I am creating a PDF document that requires all characters to be the same width. protected static Font defaultFont = FontFactory.getFont(FontFactory.COURIER, 6, Font.NORMAL); However, I find that the whitespaces have different width than the other letters and numbers.

[iText-questions] Issue with Courier font white spaces width

2009-01-21 Thread TaRe
I am creating a PDF document that requires all characters to be the same width. protected static Font defaultFont = FontFactory.getFont(FontFactory.COURIER, 6, Font.NORMAL);   However, I find that the whitespaces have different width than the other letters and numbers. Is there a way to force