Reputation: 79
I am working on an Android Application on Corona Sdk. and I am using chinacat font for it. The Problem is the font is being displayed correctly in simulator, but when i deploy on device it is displayed in normal font. I am on Windows 8.1.
~Thanks
Upvotes: 0
Views: 143
Reputation: 10678
Using Custom Fonts can be tricky at first, specially regarding what name to use as the font filename as well as inside the code.
Just follow the guide below and you will be fine.
http://www.coronalabs.com/blog/2013/01/16/faq-wednesday-custom-fonts/
Upvotes: 1
Reputation: 177
Just put it in the root folder of your project. And make sure that the font supports from a-z,A-z,0-9 if the font doesn't support it, your app will use the native font
Upvotes: 1