how do you print RTF

  • Thread starter Thread starter SamSpade
  • Start date Start date
S

SamSpade

I have a RichTextBox and I want to print the contents.

I have some code that I downloaded but it requires a Font and uses
Drawstring.

Doesn't sound right since RTF could contain many different fonts as well as
images.

Any idea how to print the contents of a general RichTextBox??

Do I need to use EM_FORMATRANGE?

Thanks in advance
 
Back
Top