I want to continuously append new text to a text object. Does anyone know how I can resize the text object automatically as the new text is added?
Not automatically no, but Text and SpriteFont object have a TextHeight and TextWidth property that you could use to resize the text object .
Develop games in your browser. Powerful, performant & highly capable.
Perfect! That did the trick. Thanks!