Re: [racket-users] get the content of an editor% with formattings.

2015-07-14 Thread Matthew Flatt
At Mon, 13 Jul 2015 17:58:36 +0200, mazert wrote: > I have a text% inside an editor-canvas% object, and I write some text > then I apply to it a blue color for example. > > When i want to get the text with get-text method, i only get the text > without formatings. Is there a way to get the text

[racket-users] get the content of an editor% with formattings.

2015-07-13 Thread mazert
Hello, I have a text% inside an editor-canvas% object, and I write some text then I apply to it a blue color for example. When i want to get the text with get-text method, i only get the text without formatings. Is there a way to get the text with all styles and formattings applied to the te