Kyle Deckard wrote:
I have a pdf made, but I don't know how to change the font size.  It has 31 columns, and I'd like it to be able to scroll horizontally to view the whole page.
At any rate, the cells are all smashed into one page bc of the large default font. 
 
With this row column as an example: tab.addCell(new Cell("FisYr"));
How do I change the "FisYr" to a smaller font size?


Start your day with Yahoo! - make it your home page
Hi, try:

... Phrase(String string, Font font)

PdfPCell hdrCell = new PdfPCell( new Phrase( "blabla", font ) );

-- 
-----------------------------------------------------------------------------
*** This messages was scanned for malicious contents ***
-----------------------------------------------------------------------------
Franco Biaggi
CH-6807 Taverne

-- 
-----------------------------------------------------------------------------
*** This messages was scanned for malicious contents ***
-----------------------------------------------------------------------------
Franco Biaggi
CH-6807 Taverne


Reply via email to