[Resolved] Text not displaying on real device

Hi all,

I have been trying to make my text display onto the real device while it shows up on the simulator fine and have not had any luck. I am using a outside font. I’ve read some other posting about this problem and from what i gather my font isn’t supported on the device. Is there any way to get the font working on the device with display.newText()? Here are my build settings. Virgo.ttf is the font i am using.

Thanks,
Chris

– Supported values for orientation:
– portrait, portraitUpsideDown, landscapeLeft, landscapeRight

settings = {

orientation = {
default = “landscapeRight”,
content = “landscapeRight”,
supported = { “landscapeRight”, }
},

iphone = {
plist = {
UIStatusBarHidden = false,
UIPrerenderedIcon = true, – set to false for “shine” overlay
–UIApplicationExitsOnSuspend = true, – uncomment to quit app on suspend
UIAppFonts = {
“virgo.TTF”,
}

–[[
– iOS app URL schemes:
CFBundleURLTypes =
{
{
CFBundleURLSchemes =
{
“fbXXXXXXXXXXXXXX”, – example scheme for facebook
“coronasdkapp”, – example second scheme
}
}
}
–]]
}
},

–[[
– Android permissions

androidPermissions = {
“android.permission.INTERNET”,
},

]]–
} [import]uid: 126017 topic_id: 28952 reply_id: 328952[/import]

I had similar problems, sorry i can’t help,

Hope somebody does for mine and your sake

-boxie [import]uid: 113909 topic_id: 28952 reply_id: 116617[/import]

Hi
Make sure to use the same case as the filename
Virgo.ttf is not the same as virgo.TTF

and try some other font to make sure your code is correct

[import]uid: 147488 topic_id: 28952 reply_id: 116621[/import]

+1 to blomjens1 post.

Please let me know how this goes, if it still isn’t working please post link to font download and will try to check it out. [import]uid: 52491 topic_id: 28952 reply_id: 116729[/import]

Hey sorry for the late response but I tried what you said blomjens1 and you where right that was my problem. Thank you very much for helping me out.

Best,
Chris [import]uid: 126017 topic_id: 28952 reply_id: 116865[/import]

Hey Chris - thanks so much for updating :slight_smile: [import]uid: 52491 topic_id: 28952 reply_id: 116983[/import]

Great!

remember its the same whit other content also
images and stuff

Regards
Jens [import]uid: 147488 topic_id: 28952 reply_id: 116986[/import]