Hi ansca team!
I’m stuck in a trouble.
When I use Japanese 2-byte characters on display.newText on the simulator, it is displayed proper.
But on the device, the last character disappeared.
I found the reason.
The problem occur by “size” argument.
Here is the code.
for i=1, 16 do
local myText = display.newText( "??????????", 20, 20+(10+i)\*i, native.systemFont, 10+i)
end
("???" means “Cerberus came into the world”
Here is the picture I took on the simulator.
(The latest corona SDK version: 2011.12.08)
And, here is the picture I took on the device.
(iPod touch 4th gen 4.35)
As you can see, some size will be displayed very fine.
But some size cannot.
Is this a bug?
If this is not a bug, please tell me the solution. [import]uid: 98774 topic_id: 18968 reply_id: 318968[/import]