Live Chat Icon For mobile
Live Chat Icon

I am using GDI+ to write on a bitmap. I know how to make font Italic/Bold. What should be done to apply both Italic and Bold

Platform: ASP.NET| Category: GDI+

VB.NET


dim fntFont as Font = new Font('Arial',16,FontStyle.Italic|FontStyle.Bold )

C#


Font fntFont =new Font('Arial',16,FontStyle.Italic|FontStyle.Bold ) ;

For more details refer FontStyle Enumeration

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.