Either: -- Your font lacks the appropriate glyphs, or
-- Your font is incompatible with Android See: http://stackoverflow.com/questions/13288182/custom-font-not-working-on-android/13289148#13289148 On Sat, Nov 10, 2012 at 8:51 AM, Osiris <[email protected]> wrote: > > How to display Tifinagh characters on android emulator? > > i tried this method: > > TextView tv=(TextView)findViewById(R.id.font); > Typeface face=Typeface.createFromAsset(getAssets(),"fonts/MZTIFIYU.TTF"); > > tv.setTypeface(face); > > but i still see boxes instead of characters > > thank you in advance > > -- > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.3 Available! -- 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

