There is one text file which is generated from cmd on button click event of my windows form. I want to change the font size of text file.
For example default font size is 11 and I want to make it 10.
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.
Dinesh SanthalingamPosted Nov 29, 2016, 11:31 PM
Actually, the .txt format does not contain formatting such as font size, bond, italics, etc.
use a markup language like html, or another file format, such as pdf or something else.
Delpin Susai RajPosted Sep 30, 2016, 11:48 AM