I’m experimenting with RTF in one of my apps, that takes an image and turns into ascii text.
In Xojo it looks good. However if I save the results to rtf file or just copy and past into Textedit the color and what not is a bit off from what it looks like in my XOJO app.
Is this a XOJO issue or TextEdit issue or something else?
This makes it sound even more like TextEdit is trying to compensate for dark mode. What happens if you switch to light mode before you open the document in TextEdit?
The Xojo RTF classes do not have highlight capabilities, if that’s what you were seeking. As custom Xojo-code implementations in the framework, RTF support is rather limited.
In theory though, AI could be able to help you extend RTF capabilities since it really is just long-standing, well documented text/string manipulation.
Ah, I see. Too bad about limited support of rtf in xojo.
I think I read somewhere the some rtf viewers/editors might not support all rtf features as well.
Oh well, no big deal. Was fun experiment, though in the end, might not be worth it.