Hi, hope somebody can help.
I’m trying to set the width/height properties on hint messages displayed during a load screen to enable multiple lines if needed - as some of the messages are quite long.
Unfortunately whenever I set the width/height properties on a newText object it seems to ignore the custom font and font size property. I’m also having a nightmare centering the text, but that’s another issue:
I currently have this:
[blockcode]
local hint = display.newText(hintMessages[ran].label, 0, 280,460,0, “GangofThree”,18)
localGroup:insert(hint)
hint:setReferencePoint(display.TopCenterReferencePoint)
hint.x = _H/2
[/blockcode]
Any help or advice would be extremely grateful…
[import]uid: 33275 topic_id: 19544 reply_id: 319544[/import]