Lisp HUG Maillist Archive

Saving background color of rich text pane

If I save the contents of a rich text pane as an RTF using

  (capi:rich-text-pane-operation pane :save-file target :format :rtf),

then the background color I've specified for the pane is not saved.
How do I do that?

Thanks,
Edi.


Re: Saving background color of rich text pane

Edi Weitz wrote on Thu, 06 Mar 2008 18:44:40 +0100 20:44:

| If I save the contents of a rich text pane as an RTF using
|
|   (capi:rich-text-pane-operation pane :save-file target :format :rtf),
|
| then the background color I've specified for the pane is not saved.
| How do I do that?

I guess the background color of the entire pane is a kind of user
preference, and should not be saved with the file. OTOH, when formatting
individual characters or words, you could specify background color, but I
doubt RTF supports this (there is no way in WordPad at least).
--
Sincerely,
Dmitriy Ivanov
lisp.ystok.ru


Updated at: 2020-12-10 08:43 UTC