HI,
Is there a way to change font using newText() after object is created?
For example, i have
myText = display.newText(“Hello World!”, 0, 0, native.systemFont, 16) and a Button.
When i touch the button, i want to change text font to “Helvetica” without recreate the object.
Is there a way to do so?
PS: i can’t access font via myText.font
Thanks,