hi folks,
i have my build.settings and main.lua defined as refences
http://developer.anscamobile.com/content/display-objects
under
local myText = display.newText( "Hello, World", 0, 0, "Helvetica", 16 )
myText:setTextColor(0, 0, 255)
--Change the value of myText
myText.text = "Hello, Universe!"
here is my output when i tried to build in iOS simulator
http://img714.imageshack.us/img714/8387/screenshot20110409atpm0.png
http://img714.imageshack.us/img714/8387/screenshot20110409atpm0.png
inside the image
first column - i stated that i have included the *.ttf
second column - my *.ttf is defined in build.settings file
third column - Corona simulator shows my font
fourth column - iOS simulator seems doesn’t shows my font
any idea what’s wrong with my setup?
Thanks for the guide [import]uid: 10373 topic_id: 8722 reply_id: 308722[/import]