RTF output help
Posted: Fri Jan 17, 2020 5:09 am
I am creating an app that will convert input files to rtf. I am trying to figure out how to define a font table in such a way that if a font is NOT selected by the user of my app the RTF document will open in whatever application's default font. In other words, if a font is not defined, and the RTF is opened in Word (for example) the document will appear in whatever Word's default "normal" font is. In my case, my default Normal font in Word is Calibri. However, no matter what I do to try NOT to set a font in the RTF document, it opens with Times New Roman font.
Does anyone have any idea how to code RTF so that it defers to the app that opens the RTF file to set the default font?
Thanks (I don't know where else to go for an answer).
Does anyone have any idea how to code RTF so that it defers to the app that opens the RTF file to set the default font?
Thanks (I don't know where else to go for an answer).