[quote user="Jon Summers"]A text node is a collection of text elements. They may appear to be multi-line but that is not a requirement. They may be co-linear, for example, if you want to construct a 'sentence' of words having different properties...[/quote]
You are correct, of course, but that distinction has no bearing on the issue I've uncovered. With just a simple 2 "row" TextNode like:
Line One
Line Two
If you try the code I provided, and attempt to use FindText() to change the Font of the letter "w", it will crash CONNECT.. If you try and change the font on the letter "e" it will succeed...
Bruce