Hello Team,

I cant able to render different fontstyles in the PDF file(like:
MonotypeCorsiva) in this case it is assigning the default style(HELVETICA)to
the text.
I am using this code please look at for the reference and let me know where
i need to change my code.

___________________________________________________________________________________________________________________

//renderedStringInfo is the string which i am rendering

font = iTextSharp.text.FontFactory.GetFont(renderedStringInfo.Font.Name,
renderedStringInfo.Font.Size, Convert.ToInt32(renderedStringInfo.Font.Style),
iTextSharp.text.Color.BLACK);

font.Color = new iTextSharp.text.Color(brushColor);

baseFont = font.GetCalculatedBaseFont(false);

pdfContentByte.SetFontAndSize(baseFont, renderedStringInfo.Font.Size);

___________________________________________________________________________________________________________________


Thanks in advance,

T.Venkat.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to