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
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;
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.