Re: [iText-questions] How to render different Fontstyles to PDFfile using iTextSharp.

2007-02-01 Thread Bruno Lowagie (iText)
Venkat Tubati wrote: > So please suggest me how to solve my problem. Your question boils down to this: "Do you have the necessary font program (a ttf, an otf,...) or not?" Only you can answer this question. If you don't have the necessary font program, we can't help you. If you do, we can tell

[iText-questions] How to render different Fontstyles to PDFfile using iTextSharp.

2007-01-31 Thread Venkat Tubati
Hi, Thanks for replying. I am rendering the reports to PDF files for that i am getting the collection(includes every item like text,picture...). And the font is of type 'System.Drawing.Font'. So at first i need to convert this font to iTextSharp.Text.Font and then need to calculate the BaseFont

Re: [iText-questions] How to render different Fontstyles to PDFfile using iTextSharp.

2007-01-31 Thread Paulo Soares
If the font is not registered in FontFactory it won't work either. Paulo - Original Message - From: "Bruno Lowagie" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Wednesday, January 31, 2007 8:43 AM Subject: Re: [iText-que

Re: [iText-questions] How to render different Fontstyles to PDFfile using iTextSharp.

2007-01-31 Thread Bruno Lowagie
Venkat Tubati wrote: > In this code, if assigned some fonts(like: MornotypeCorsiva) it is > assigning to the default font style(Helvetica). > > where i need to change my code please let me know. When you need a BaseFont (for instance for use in PdfContentByte), try creating the BaseFont object w

[iText-questions] How to render different Fontstyles to PDFfile using iTextSharp.

2007-01-31 Thread Venkat Tubati
Hello Team, I am using iTextSharp and I am facing one problem when rendering different types of fonts to PDF file. I am using this code: * //rende