Is there anyway of changing the font of a display.newText object after its been created?

I am having to switch fonts on the fly due to localization, but it doesn’t seem like I can dynamically change the font property of a newText object after its been created. Any help on this would be appreciated. Thanks, Allen

No. You have to remove the object and re-recreate it.

Rob

Thanks for the info.

No. You have to remove the object and re-recreate it.

Rob

Thanks for the info.