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]