Hello,
I use the feature allowing to have one’s own fonts.
build.settings :
settings =
{
iphone =
{
plist =
{
UIApplicationExitsOnSuspend = true,
UIAppFonts =
{
"cartoonist\_kooky.ttf",
"EraserDust.ttf",
"Change Tomorrow Today.ttf"
}
}
}
}
And, in lua file :
display.newText( k , x-20,y-35, "Cartoonist kooky", 70 )
It perfectly works on corona emulator, but as soon as I install the application on my device, all the texts using those fonts are invisible…
Is there anything else to do ? Is this a bug ?
Thanks,
Olivier.
[import]uid: 9079 topic_id: 3284 reply_id: 303284[/import]