Thanks!
Bruno Lowagie (iText) wrote:
>
> Vackar wrote:
>> My second question is how do yu change the color of a font?
>
> http://itext.ugent.be/library/api/com/lowagie/text/Font.html#setColor(java.awt.Color)
>
> br,
> Bruno
>
>
>
Vackar wrote:
My second question is how do yu change the color of a font?
http://itext.ugent.be/library/api/com/lowagie/text/Font.html#setColor(java.awt.Color)
br,
Bruno
smime.p7s
Description: S/MIME Cryptographic Signature
OK, should have read the forums.. the way you do it is that yuo add the
chunks to a paragraph, and not directly to the document or to a cell in a
table.
My second question is how do yu change the color of a font?
Thanks,
Vackar
Vackar wrote:
>
> Hi
>
> does anyone know how to print a word w
Hi
does anyone know how to print a word with some of the characters emboldened.
i.e how to print the word testOne.
I've tried using chunk objects and writing t then e using a bold fontthen
stO then n using a bold font then e using default font, but this causes a
lineBreak to appear after each ch