Skip to content
Burhanuddin Rashid edited this page May 26, 2018 · 1 revision

You can add the Emoji by PhotoEditor.getEmojis(getActivity()); which will return a list of emojis unicodes

mPhotoEditor.addEmoji(emojiUnicode);

It will take default fonts provided in the builder,If you want diffrent Emoji fonts for diffrent emoji you can set typeface with each Emoji like this

mPhotoEditor.addEmoji(mEmojiTypeface,emojiUnicode);