Madeorsk / EmojisFX

Beautiful emojis support for JavaFX 8.
MIT License
7 stars 1 forks source link

Many missing emojis #1

Open Gobutsu opened 3 years ago

Gobutsu commented 3 years ago

Hi ! First of all, I see that you are the only one who allowed to use colored emojis with javafx, thanks for that, it's very useful for me. I see that the Artifact hasn't been updated for 3 years. Is it possible to update the emojis list, or is it discontinued ? Thanks

Madeorsk commented 3 years ago

Hi,

I haven't used this library for a long time, but I think it would be quite easy to handle all new emojis. We just need to replace the existing old EmojiOne emojis with this https://openmoji.org/. I'll try to do so in a few days.

If you want to try if it would work as intended, you can set a custom resource directory where to find emojis with setEmojisLocation. You can of course keep your custom directory in your project if you want to use another emoji set, or keep it up to date.