Re: [iText-questions] Font Size Question

2006-09-08 Thread bruno
[EMAIL PROTECTED] wrote: >This option is unchecked already, but still can't show anything. It >seems can't write anything to the document if the font size is 6. > I can't reproduce the problem. I wrote a little test class with this code snippet: BaseFont bf = BaseFont.createFont("c:/windows/fon

Re: [iText-questions] Font Size Question

2006-09-07 Thread jonathan.chan
2006 4:44 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Font Size Question There's an option in Acrobat to show "greek text below" some size. Unset that option. Paulo - Original Message - From: "Jonathan Chan" <[EMAIL PROTECT

Re: [iText-questions] Font Size Question

2006-09-07 Thread Paulo Soares
There's an option in Acrobat to show "greek text below" some size. Unset that option. Paulo - Original Message - From: "Jonathan Chan" <[EMAIL PROTECTED]> To: Sent: Thursday, September 07, 2006 12:51 PM Subject: [iText-questions] Font Size Question >

[iText-questions] Font Size Question

2006-09-07 Thread Jonathan Chan
Hi all, I'm using iTextSharp and using "arialuni.ttf", why the minimum font size is 8?  If i set the font size less than 8, all the characters are lost.  If i really want to show a smaller font, what i can do? Thanks a lot! Regards, Jonathan. -