Hi,
Using TextStyleAdd, I want to change the style of a single letter at the beginning of a sentence. For example:
// SOAP
[ "S:" ; TextStyleAdd ( "S:" ; Bold ) ] ;
[ "O:" ; TextStyleAdd ( "O:" ; Bold ) ] ;
[ "A:" ; TextStyleAdd ( "A:" ; Bold ) ] ;
[ "P:" ; TextStyleAd...