Re: [iText-questions] Re: [iText-questions]Font Question

2003-02-20 Thread Ricky M. Codizar
Thanks a lot Bruno! Till next time :) Bruno さんは書きました: >Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: > >> In creating a font without specifying a size, what is the default size of the >> font? > >see: >http://itext.sourceforge.net/src/com/lowagie/t

Re: [iText-questions] Re: [iText-questions]Font Question

2003-02-20 Thread Bruno
Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: > In creating a font without specifying a size, what is the default size of the > font? see: http://itext.sourceforge.net/src/com/lowagie/text/Font.java public static final int DEFAULTSIZE = 12;

[iText-questions] Re: [iText-questions]Font Question

2003-02-20 Thread Ricky M. Codizar
Hi! My question below may be already raised here on the mailing lists or been written somewhere on the tutorial or documentations, but would appreciate if someone can give an answer to me :) In creating a font without specifying a size, what is the default size of the font? Thanks in advance.