vote up 1 vote down star

Does anyone know of an RTF control that can be used on Linux/Windows/Mac? It's unfortunate that I have to mention it, but it actually has to be able to save and open rtf files... unlike wxWidgets wxRichTextCtrl for instance.

Edit: Thanks to HappySmileMan for his reply. Better still if it's more of a standalone and not a part of a large library that it would depend on.

Edit: ... and it doesn't look like it can open rtf files... ugh.

flag

67% accept rate

4 Answers

vote up 1 vote down

RTF is simply not that common; it's a messy format controlled by Microsoft, basically a text dump of the .doc format. The only open source RTF implementations I know of are in Abiword, OpenOffice, and KWord. All are cross-platform, but none probably qualify as "controls" to your liking (though abiword has a bonobo interface, and KWord has a KPart, so they can be embedded, albeit in a heavyweight fashion).

link|flag
vote up 0 vote down

It seems that what I want (cross platform rtf control that reads and writes actual rtf files) doesn't exist, at least not for free and open source. ...I'd accept this answer but it doesn't seem possible.

link|flag
vote up 0 vote down

Qt's control is HTML, not RTF (though foobar may just mean rich text, in which case it would be fine)

link|flag
vote up 0 vote down

If I understand the question correctly, the feature you are looking for is in the Qt toolkit.

Some info on this can be found at http://doc.trolltech.com/4.4/richtext.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.