Running the following on hardware (the emulator works fine) results in the character ‘?’ not showing for certain font sizes.
Varying the font size, test text all result in certain font sizes not showing. Seems random
local y = 0
for fontSize=6,48 do
local t = display.newText( fontSize .. ":?", 0, 0, native.systemFont, fontSize )
t:setReferencePoint( display.TopLeftReferencePoint )
t.x, t.y = 0, y
y = y + fontSize
end
[import]uid: 27242 topic_id: 10960 reply_id: 310960[/import]
This will be fixed in the next daily build (715 or after).
The reason it suddenly works in iOS5 was b/c this was actually an Apple bug that they fixed in iOS5. We found a workaround that works across iOS4 and iOS5 [import]uid: 26 topic_id: 10960 reply_id: 75592[/import]