Re: [iText-questions] Bold and Chunks

2006-07-04 Thread Bruno Lowagie
Chris Rumpf wrote: >Hello, > >I'm trying to output in PDF, and I'm having trouble making my output bolded. >This only occurs inside a table. > >Header: Value is how I'm outputting, and I'd like the value to be bold. > >I've tried doing chunk("value",new font(...)) and I've tried rendering to no

[iText-questions] Bold and Chunks

2006-07-03 Thread Chris Rumpf
Hello, I'm trying to output in PDF, and I'm having trouble making my output bolded. This only occurs inside a table. Header: Value is how I'm outputting, and I'd like the value to be bold. I've tried doing chunk("value",new font(...)) and I've tried rendering to no avail. I've done the same