|
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
|