Re: [iText-questions] How to change font on a section of a word

2007-12-07 Thread Vackar
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 > > >

Re: [iText-questions] How to change font on a section of a word

2007-12-07 Thread Bruno Lowagie
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

Re: [iText-questions] How to change font on a section of a word

2007-12-07 Thread Vackar
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

[iText-questions] How to change font on a section of a word

2007-12-07 Thread Vackar
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