C#.net subject- I want to set bold property in C#.NET
How we can set bold font property in printview in c#.net?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek SurPosted May 15, 2013, 12:41 AM
Are you using Drawing classes ?
You can use Font class to declare a bold font :
This will give you MyFont as bold.
If you are using any other writer, please let me know. For html you can use or to do the same thing.