Hello!
When using display.newText() multiline, the \n character is messing with center align like it occupies its own space.
Please see attachment:
Is this normal? It even happens with the multiline example in http://coronalabs.com/blog/2014/02/11/tutorial-methods-for-positioning-text/.
local save\_text = display.newText( { parent = sceneGroup, text = "12321\n45654\n78987", x = display.contentCenterX, y = 520, width = 500, height = 0, font = M.defaultFont, fontSize = 80, align = "center", } );