PavelTorgashov / FastColoredTextBox

Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Other
1.21k stars 463 forks source link

printing emojis #185

Open strohitv opened 4 years ago

strohitv commented 4 years ago

Hi, little question: is it possible to show emojis using the FCTB? I need to see them but I don't find an option to enable emoji support.

maisonsmd commented 4 years ago

As I see you can only show images, windows built-in emojis won't work. They will be printed as unknown characters

Hexman768 commented 4 years ago

You can print emojis, but @maisonsmd is correct in saying that windows built-in emojis will not work. Check out the FastColoredTextBox example project for examples of emoji use within the component.