As I know, In KitKat, google add color emoji font for typeface, so we can create a ttf file like 'Apple Color Emoji.ttf' in OSX to render Japanese emoji in android, all we do is just need servals lines code to specific the Typeface of TextView or EditText, I had already achieve this, but I want to know how to backport this feature to the system previous KitKat, I pull the libskia.so from KitKat, and use this so to create a Typeface, but it seem not work, it always return null, is any one has a good idea?
And here is the emoji font I create, you can use directly in your project, but it only work under KitKat https://drive.google.com/file/d/0B1l-mveZqbbOTUtHVmNIZm51NW8/edit?usp=sharing -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

