How do i write text in bold into a file using java io?
807606Jul 15 2006 — edited May 1 2007i am writing a Java application which takes user input and writes into a file. i need certain text to be written into the file in bold, italics etc. I have used the BufferedWriter class and the obj.write() method to write into the file. i am unable to find out how to format the text that gets written.
Can someone help me out?