RE: [iText-questions] iText-PDF: Custom font usage

2005-01-17 Thread Paulo Soares
http://www.lowagie.com/iText/tutorial/ch09.html#truetype > -Original Message- > From: Mahalle, Rajesh (GE Trans, Non-US, It Bangalore) > Sent: Monday, January 17, 2005 1:14 PM > > All, > > Is it possible to use the custome defined font which is > installed in the > machine while creati

Re: [iText-questions] iText-PDF: Custom font usage

2005-01-17 Thread Bruno
Quoting "Mahalle, Rajesh (GE Trans, Non-US, It Bangalore)" <[EMAIL PROTECTED]>: > All, > > Is it possible to use the custome defined font which is installed in the > machine while creating the PDF using iText. > > ex.document.add(new Paragraph("Hello World",new Font(Font.Custome Font Name > , 18

[iText-questions] iText-PDF: Custom font usage

2005-01-17 Thread Mahalle, Rajesh (GE Trans, Non-US, It Bangalore)
All, Is it possible to use the custome defined font which is installed in the machine while creating the PDF using iText. ex.document.add(new Paragraph("Hello World",new Font(Font.Custome Font Name , 18, Font.BOLDITALIC, new Color(0, 0, 255))); example : Custome Font Name="PDF Font" Could anybod