Is it possible to add a checkmark to enable full-color emojis? I think in Windows there is some toggle for fonts to display emojis using the system colored emojis/vectors or something. In my Editor, I have changed the Font to “Cascadia Code” but emojis seem to use a baseline rendering.
By default the editor memo is configured for optimal performance and it uses an older GDI API to render fonts. This results in monochrome emojis. To enable rich emoji you need to set the value of Drawing technology to something other than default, e.g. DirectWrite. You can find this option on the Editor|Behavior page in Toad Options.
It is important to note that not all emoji will work in Toad. Using the above option, they will render, but you may encounter errors upon execution. Some emoji are OK, but those that use multiple code points are not. You can read more about it in this post… Unicode confuses command detection in the editor - #3 by mstaszew
I am unaware of any settings to show color emoji in the grids. I see in that component’s forums some users tackling this using custom drawing. I will inquire.
Michael
