On Mon, May 16, 2011 at 6:11 AM, rajesh babu <[email protected]> wrote: > I have a mydroid source and I want to add Unicode fonts to android. > can anyone know how to do this?
I have no idea what "a mydroid source" is. If you are trying to add a font to your app, you can package it as an asset and use Typeface: http://developer.android.com/reference/android/graphics/Typeface.html If you are trying to add a font to your firmware, this is the wrong list. Try http://source.android.com. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.0 Programming Books: http://commonsware.com/books -- 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

