You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also had this. I couldn't make color emoji work after a while of research. For JoyPixels apparently imagemagick is not able to read the font:
$ convert xc:white -font JoyPixels -annotate +0+0 "😀" example.png
convert: unable to read font `/usr/share/fonts/joypixels/JoyPixels.ttf' @ error/annotate.c/RenderFreetype/1505.
However the following command works, but I haven't tried to extend this usage to work with fontpreview-ueberzug. I might look into it later. Suggestions and help to make special font work in the preview script are welcome.
$ convert pango:'Hello! 😀How are you?' example.png
Looks like Unicode notation
\Uxxxx
and emoji aren't supported. I've triedfontpreview -t 😀
but it didn't work.The text was updated successfully, but these errors were encountered: