On Tue, Mar 1, 2011 at 4:51 AM, intbt <[email protected]> wrote: > Code: > final Typeface font2 = Typeface.createFromAsset(getAssets(), "fonts/ > CHOPS___.TTF"); > > App works fine in 1.6 but when I run 2.3 I get this error: > > 02-28 11:48:33.751: ERROR/AndroidRuntime(539): FATAL EXCEPTION: main > 02-28 11:48:33.751: ERROR/AndroidRuntime(539): > java.lang.RuntimeException: native typeface cannot be made
Same here with Typeface.createFromFile(). What changed in GB? This is a regular TTF font and works fine on all prior versions. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

