file structure

Hello,

One of the things that bothers me about corona is you need to dump some of the files into the root folder…

Can I put the font files inside a fonts folder?

Thanks in advance,

Yes, you can. But this has to be told in your build.settings-file also.

UIAppFonts = { "fonts/theBestFont.ttf"} 

Then (of course) find out the registered name of the font and use that in your lua-files…

Yes, you can. But this has to be told in your build.settings-file also.

UIAppFonts = { "fonts/theBestFont.ttf"} 

Then (of course) find out the registered name of the font and use that in your lua-files…