RE: [iText-questions] Absolute Position of Text and Font Question

2003-03-28 Thread Paulo Soares
> Subject: [iText-questions] Absolute Position of Text and Font > Question > > Help! > > At the start of my application, I load all of the system fonts by using > FontFactory.register("fontPath"). When I create my PDF document, I have to > use

[iText-questions] Absolute Position of Text and Font Question

2003-03-27 Thread Ming Zhang
Help!   At the start of my application, I load all of the system fonts by using FontFactory.register(“fontPath”). When I create my PDF document, I have to use PdfContentByte class to create my absolute position text. PdfContentByte class only provide setFontAndSize() which takes in BaseFo