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
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
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