Enan Ajmain <3nan.ajm...@gmail.com> writes: > I now know what font is responsible for the unicode character being > displayed in xfce4-terminal. It's called `Noto Color Emoji`. But if I > put > ``` > static char *font = "Noto Color Emoji:size=9:antialias=true:autohint=true"; > ``` > I can then see nothing. If I type something I see the cursor moving
st uses Xft and Xft doesn't support color fonts. See: https://github.com/googlei18n/noto-emoji/issues/183 > around, but no text. So clearly that font only has symbols for emojis. > > In the end, I have decided not to use glyphs in terminal. -- Danh