<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Aug 5, 2016 at 3:11 AM, Torsten Bonde Christiansen <span dir="ltr"><<a href="mailto:tc@epidata.info" target="_blank">tc@epidata.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000"><font face="monospace">I am looking for at component that can write RTF format,
      preferably like the TRichMemo:<br>
      <br>
      <a href="http://wiki.lazarus.freepascal.org/RichMemo" target="_blank">http://wiki.lazarus.<wbr>freepascal.org/RichMemo</a><br>
      <br>
      but without the need for LCL.<br>
      <br>
      In fpc 3.0 there is a RTF reader, but i have not been able to find
      a writer.<br></font></div></blockquote><div><br></div><div>If nothing comes up, you could RichMemo sources as a starting point.  </div><div>Look at richmemortf.pas specifically for IntSaveStream.</div><div>It accepts TRIchMemo component but only as a source of text+styles information and could be replaced easily with your source of text+style. The rest of the code is non rich memo specific<br></div><div><br></div><div>thanks,</div><div>Dmitry</div></div></div></div>