
Text to Rich Edit conversion on read from file
I need to read in a text file, parse the text, then dump the file into
a rich edit control. I'm trying to convert an existing
MFC application so the user can use the built-in find features and be able
to save the file out to rtf. I'm going over CHARFORMAT and
PARAFORMAT, but can't see how to apply things like line spacing, font,
etc. as a default so that these apply to all lines in the file. Any
help in the right direction would be appreciated.
Benjamin Eakin