Hey folks,
I know this is an old topic but I still didn’t come across any solution or fix that could help me out.
I am working on a professional product for a big company. I am almost finished with it but the adjustment of the text gives me a headache. I just don’t know what to do.
Although I fell in love with the corona sdk it really bugs me and even makes me angry that after all these years the team didn’t even seem to think about fixing the issue with the width or setreferencepoint for the newtext fields. I really appreciate their work, I know it’s a relatively small team but still … this is important as many many people have complained about this!
I tried everything from changin the order of manipulating text-objects to changing my custom font ( Bebas Neue ) to native system fonts. Without success…
I’m drawing my lists like that:
local texte4 = display.newText( data.getObj("xx").extra[i].val,0, 0, "BebasNeue", rfontsize)
texte4:setReferencePoint(display.CenterRightReferencePoint)
texte4.x = display.contentWidth - 20
texte4.y = txty + 16
and it looks like this (absolutely intolerable) on my device:
http://s45i.img-up.net/smbugb011.png
any help highly appreciated
[import]uid: 140000 topic_id: 34071 reply_id: 334071[/import]
