Re: [iText-questions] JCheckBox and JRadioButton not renderedcorrectly on Mac

2008-01-30 Thread Gabriel Erzse
ng value for the spacing between letters, and that's why you get overlapping letters in the generated PDF file. Gabi. - Original Message From: Gabriel Erzse <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Wednesday, January 23, 2008 4:46:55 PM Subj

Re: [iText-questions] JCheckBox and JRadioButton not renderedcorrectly on Mac

2008-01-23 Thread Gabriel Erzse
lf Of Bruno Lowagie > Sent: Wednesday, January 23, 2008 1:06 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] JCheckBox and JRadioButton not > renderedcorrectly on Mac > > Gabriel Erzse wrote: > > Does the "insertDirectory" method

Re: [iText-questions] JCheckBox and JRadioButton not renderedcorrectly on Mac

2008-01-23 Thread Gabriel Erzse
wt font. If the fonts are too different it will result in letters too far or too near (read, on top) of each other. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Gabriel Erzse > Sent: Wednesday, January 23, 2008 11:48 AM

Re: [iText-questions] JCheckBox and JRadioButton not rendered correctly on Mac

2008-01-23 Thread Gabriel Erzse
this negative value is generated, if anyone can give me any hints, they would be more than useful. Thanks, Gabi. - Original Message From: Gabriel Erzse <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Wednesday, January 23, 2008 1:42:58 PM Subject: [iText-qu

[iText-questions] JCheckBox and JRadioButton not rendered correctly on Mac

2008-01-23 Thread Gabriel Erzse
I am trying to render JCheckBox and JRadioButton components into a PDF document, but somehow they fail to get rendered correctly on Mac computers. Here is a sample code that does this: public class Main { public static void main(String args[]) throws Exception {