RichText formation/attributes
Posted by Shaping-3 on Feb 10, 2005; 4:50am
URL: https://forum.world.st/RichText-formation-attributes-tp3372990.html
Can someone explain how to create a colored RTF string, without building it
at the lowest possible level (appending braces,'ansi' designators, RGB
values, etc)? I'm looking for a practical protocol for converting a String
to a Text (now RichText) and coloring and emboldening it. Something like
'abc' asRichText color: Color red; emboldened
would be nice. I feel like I've missed something.
Shaping