QrwEmoticons
-
I want to share my project (after 2 years becoming a virtual dust collector).
https://github.com/raven-worx/qrwemoticons
The project provides Emoticons support in QTextEdit/QTextDocument and consists of a library and plugins.
I know there are emoji fonts, but those are rendered in b/w.
Or even the Noto Color Emoji font, which unfortunately is only available on Android and Linux.Copy & Paste is fully supported.
Plugins for the following Emoticon providers are contained:- OpenMoji - https://www.openmoji.org
- JoyPixels - https://www.joypixels.com
- Twitter Twemoji - https://github.com/twitter/twemoji
- Google Noto-Emoji - https://github.com/googlei18n/noto-emoji
Unfortunately the Google Noto SVGs cannot be rendered anymore by Qt. They were rendered properly in a recent version though. So stepping back in the noto submodule can be an option here.
Have fun with it. Even if its just for educational purposes (e.g. custom plugin loading, how to use QTextObjectInterface etc.)
-
@Vadi2
added a short gif in the github readme