Emoji
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 different Emoji fonts for different emoji you can set typeface with each Emoji like this
mPhotoEditor.addEmoji(mEmojiTypeface,emojiUnicode);