Yes, as long as you specified the font properly in your “UIAppFonts” table, and you’re calling it (in code) by the name you get from native.getFontNames() after it’s properly installed in FontBook, it should work.
On Android, it’s a bit different. You have to specify the custom font by its file name without the extension, not by font family name like you do on Mac or iOS. For example, if the font file name is “Quicksand_Book.otf” in the directory, then your display.newText() call needs to access it by file name such as “Quicksand_Book” without the extension. The reason is, the app’s custom font is not “installed” on Android, so Corona needs to load it by file name (minus extension).
Hope this helps!
Brent [import]uid: 200026 topic_id: 34945 reply_id: 139182[/import]