I am making a simple book reader type app, and one of the functions I need is to be able to allow the user to change the font.
The text will already be on screen, with the options in a separate pop up box. I can change the text size and color after the text field is created, but not the actual font itself.
I assumed it would be a case of using:
myText.font = “newfontname”
Also, they are not custom fonts, just Arial, TNR etc.
Is this property not amendable after creation?
Thanks [import]uid: 84115 topic_id: 24033 reply_id: 324033[/import]