I’m having small problem in using custom fonts. My problem is putting it in the build.settings so the device can recognize it. I don’t know how to display it properly in build.settings here is how I have it
[code]settings = {
orientation =
{
default = “landscapeRight”,
},
iphone =
{
plist=
{
UIApplicationExitsOnSuspend = false,
CFBundleIdentifier = “com.decease.game”,
UIStatusBarHidden=true,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-72.png”,
UIAppFonts = {
“04B_03__.ttf”
}
}
},
},
} [/code]
This is my build.settings. Can anyone make it so that when I use it shows in my device. The above code is wrong , but I don’t know How to correct it. Anyone fix it.
Thanks
[import]uid: 17058 topic_id: 24191 reply_id: 324191[/import]