We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can add the Emoji by PhotoEditor.getEmojis(getActivity()); which will return a list of emojis unicodes
PhotoEditor.getEmojis(getActivity());
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);
Getting Started
Features