Re: [iText-questions] Question about Chap0502.java

2002-08-13 Thread Bruno
Quoting Katharina Garbe <[EMAIL PROTECTED]>: > aTable.addCell("2.2", new Point(2,2)); > aTable.addCell("3.3", new Point(3,3)); > aTable.addCell("2.1", new Point(2,1)); > aTable.addCell("1.3", new Point(1,3)); > > Is it possible to change the size of the numbers 2.2, 3.3 etc. Phrase phrase = new

[iText-questions] Question about Chap0502.java

2002-08-13 Thread Katharina Garbe
aTable.addCell("2.2", new Point(2,2)); aTable.addCell("3.3", new Point(3,3)); aTable.addCell("2.1", new Point(2,1)); aTable.addCell("1.3", new Point(1,3)); Is it possible to change the size of the numbers 2.2, 3.3 etc. with FontsFactory or how can I change the fonts of the text/data in a cell wh