Hi, i used corona project manager to build my build.settings file, and for some reason, my fonts aren’t appearing in my app.
I have this in my build.settings
-- cpmgen build.settings
settings =
{
orientation =
{
default ="landscapeRight",
content = "landscapeRight",
supported =
{
"landscapeRight"
},
},
iphone =
{
plist =
{
UIAppFonts = "marketing.ttf","GoodDog.ttf",
UIApplicationExitsOnSuspend = false,
UILaunchImageFile = "Default.png",
UIPrerenderedIcon = false,
UIStatusBarHidden = true,
CFBundleIdentifier = "com.maxpricesoftware.tank",
CFBundleDisplayName = "Tank",
CFBundleIconFile = "Icon.png",
CFBundleIconFiles = {
"Icon.png",
"Icon@2x.png",
},
},
},
}
and i have the fonts ‘marketing’ and ‘GoodDog’ in my app folder [import]uid: 24641 topic_id: 12781 reply_id: 312781[/import]