Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
donwalsh
Posted - Mar 18 2013 : 04:41:45 Hi
I'm trying to add the contents of a RichEdit to an image. If the RichEdit contains multiple lines they are place on the image as one line. For example Line1 Line2 Will be displayed on the image as Line 1Line 2
Posted - Mar 27 2013 : 03:13:18 LayersCreateFromText supports only one line. You should use instead TImageEnVect: create a memo object, render on the canvas and then remove it. Example:
Posted - Mar 19 2013 : 03:43:29 I guess I should have added that I need both lines as they appear in the Richedit. Both lines separated in the one layer