I have noteworthy font text in my app and while everything is OK on the simulator since building and testing on iPhone and iPad with iOS 7 lines of text are missing randomly throughout the app.
Can you provide some more information?
What version of Corona SDK are you using?
What font are you using?
Are all missing lines of text related to that font?
Do you get any text with that Font?
Can you post your build.settings file?
Are your custom fonts in the directory with your main.lua?
Can you show me the code for a line of text that is working and one that is not?
Thanks
Rob
Version 2013.1210 (2013.9.20)
Noteworthy font … same as what used to be in Notes on the iPhone
Yes only that font is missing lines of text… most text is there but random lines are missing.
settings =
{
orientation =
{
default = “portrait”,
supported = { “portrait” }
},
iphone =
{
plist =
{
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-72.png”,
},
UIPrerenderedIcon = true,
UIStatusBarHidden = true,
UIApplicationExitsOnSuspend = false
},
},
plugins =
{
[“CoronaProvider.native.popup.social”] =
{
publisherId = “com.coronalabs”,
},
},
}
I don’t have it as a custom font in the directory because I thought it was a standard font.
Is that the problem where I need to add it as a custom font now that the changes have been made with iOS7
I just used a font dumper on my iPhone 5 running iOS 7 and it shows two built in fonts:
“Noteworthy-Bold”
“Noteworthy-Light”
If you are only using the string “Noteworthy”, it’s probably not finding anything.
Thanks Rob
Before the change to 7 it worked fine but I have only used…
“Noteworthy-Bold” and “Noteworthy” so I will add the Light and see if it works
I renamed the font throughout the app, rebuilt and tested and the problem is still there.
I have filed bug case 26539. The sample code attached reproduces the issue.
Can you provide some more information?
What version of Corona SDK are you using?
What font are you using?
Are all missing lines of text related to that font?
Do you get any text with that Font?
Can you post your build.settings file?
Are your custom fonts in the directory with your main.lua?
Can you show me the code for a line of text that is working and one that is not?
Thanks
Rob
Version 2013.1210 (2013.9.20)
Noteworthy font … same as what used to be in Notes on the iPhone
Yes only that font is missing lines of text… most text is there but random lines are missing.
settings =
{
orientation =
{
default = “portrait”,
supported = { “portrait” }
},
iphone =
{
plist =
{
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-72.png”,
},
UIPrerenderedIcon = true,
UIStatusBarHidden = true,
UIApplicationExitsOnSuspend = false
},
},
plugins =
{
[“CoronaProvider.native.popup.social”] =
{
publisherId = “com.coronalabs”,
},
},
}
I don’t have it as a custom font in the directory because I thought it was a standard font.
Is that the problem where I need to add it as a custom font now that the changes have been made with iOS7
I just used a font dumper on my iPhone 5 running iOS 7 and it shows two built in fonts:
“Noteworthy-Bold”
“Noteworthy-Light”
If you are only using the string “Noteworthy”, it’s probably not finding anything.
Thanks Rob
Before the change to 7 it worked fine but I have only used…
“Noteworthy-Bold” and “Noteworthy” so I will add the Light and see if it works
I renamed the font throughout the app, rebuilt and tested and the problem is still there.
I have filed bug case 26539. The sample code attached reproduces the issue.