Hi!
I am creating a rtf file through lotus script using command ‘Open pathname$ For Append As fileNum%’
and i have appended text in the required format after creating the file i print the file on a dot matrix printer.
now i need some text in the wordpad file to be bold and big, how do i do that??
Subject: Bold text in a notepad file
You don’t. Plain text doesn’t offer formatting other than spaces, returns and tabs.
Subject: Bold text in a text/ wordpad file
Funny – it was a plain text file a minute ago. RTF is a text format – that is, all of the content, including the formatting description, is in plain text in the file – so all you need to do is create a file manually with the formatting you want, then open it up in a text editor (not a rich text editor) and look at it.