[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/fonts/arialuni.ttf",
BaseFont.WINANSI, BaseFont.EMBEDDED);
for (int i = 12; i > 0; ) {
document.add(new Paragraph(string, new Font(bf, i)));
i = i - 2;
}
and even the font with size 2 is perfectly visible.
br,
Bruno
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions