sleith wrote: > i've learned that to set typeface needs font to be under asset folder > how to dynamically load the ttf file to be used in code?
You can't, except out of the assets folder. > or maybe how in runtime to add ttf file into the asset folder? You can't, as the APK cannot be modified at runtime. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 1.5 Programming Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

