How do I change font size when outputting to Word Pad or just a txt file?
thank you
Printable View
How do I change font size when outputting to Word Pad or just a txt file?
thank you
A text file is just that. Text and nothing else. It has no formating options what-so-ever, so you are stuck with the defualt for the text viewer application.
If you have a RichTextBox, you can save the contents as a Rich Text File, and this will store the font size, type, etc.
ok, does anyone know how to force a new page then?
Again, a plain text document can't handle this.
I don't think word-pad can either.
The only way to do that would be to insert x number of carriage returns to make the new line start on a new page.