a ) I’m not sure if the display content setting is ok
width = 1080,
height = 1080*heightRatio, – where heightRatio = display.pixelHeight/display.pixelWidth
In my test, not all the device can fit for one scale even I use custom font. I tried to tune a value to use in all device, but the range is too large, which makes me cannot just use scaling.
There are two devices, Redmi and Samsung S3, have the same screen size, but the corresponding suitable ratio should be 0.73 and 0.63 respectively.
b ) I have already split the paragraph by /r/n. But if the text is split by line, we need to create and destroy the text objects many time for every row. So I thought it is not applicable.
However, the method b is seems the ONLY method that I can try. I’ll see if it is work for me.
Thanks for your advice.