简体   繁体   中英

Change emoji Icon default drawings

I read that it is not possible to add emojiIcons in Android, because they all have a given code and all apps use this same code to display Emojis. But given that a lot of apps have slightly different emoji icons design, it must be possible to redefine a custom set of emoji design that won't be used anywhere else. Do you have any idea how to do this ?

For example, U+1F42F is a tiger face. Now, let's say I want to have a snow tiger instead of the regular tiger. Would it be possible to draw a snow tiger, put it somewhere in my code and then everytime the user will select the tiger emoji, the snow tiger will be shown instead ? Thank you !

Yes, possible. What you need is a separate font, and that's easy on android . You can also add new emoji by adding new characters to the unicode private use area of your font.

Designing/adapting fonts is off-topic for this site... and I don't know the first thing about it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM