Hi,
Reading the documentation for TextWithTags, it says "When retrieving the text string assigned to the text object it may not include the first font tag as that tag may actually represent the font choice for the text object and it would therefore be redundant."
However, this is sometimes not what I want it to do - for example, in script I am setting the TextWithTags of one text object to the TextWithTags of another text object:
destTextObject.TextWithTags = srcTextObject.TextWithTags
If the source text object's text is something like {blue}foo {green}bar then the destination text object will pick up the correct font for "bar", but "foo" will use whatever font was explicitly set on that text object.
Is there any way round this?
Many thanks
Tom