[Solved] Font appears on iPhone but not on Android

Hi

This works fine for iPhone:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
        iphone =
        {
                plist =
                {
                        CFBundleIconFile = "Icon.png",
                        CFBundleIconFiles = 
                        {
                                "Icon.png" ,
                                "Icon@2x.png" ,
                                "Icon-72.png" 
                        },
                        
            UIAppFonts = 
            {
                "CooperBlackStd.otf"
            }
                },
        },

did you try .TTF format ?

Thanks; that did the trick.

you are welcome :)

views:1422 update:2011/9/28 8:56:32
corona forums © 2003-2011