I'm creating a chat in WPF and I'm trying to make user can send emoji. The user writes a message in a TextBox
and he can open menu with emoji and choose some. A problem is that emoji are not colored, but they are black and white.
I tried to use emoji.wpf
, but it works only in RichTextBox
(I need buttons
and TextBox
too) and the emoji are rendering very slowly. Somewere I read that the only solution is to insert emoji as pictures. Is it true or it exists some better solution? It would be advisable to have emoji as unicode characters, not pictures.
Sorry for my english, I'm from Czech Republic.