1

I'm building a nodejs app that generates tweets by text and some of the target tweets contain emojis in text or in user name. But when I try to print those emojis in Jimp, it converts the emoji into "??". I already tried to use "NotoColorEmoji" and "NotoEmoji-Regular" fonts but they appear as blank squares when I try to convert-em into .fnt files.

This is how the fonts look like when converted: Font after converting

How can I make Jimp display those emojis in the print() function?

script.igor
  • 61
  • 1
  • 1
  • 5
  • Give this converter a try, maybe it will fix your font [https://github.com/kreativekorp/bitsnpicas](https://github.com/kreativekorp/bitsnpicas). You must import a bitmap font. – darklightcode Sep 11 '21 at 14:48
  • Please provide enough code so others can better understand or reproduce the problem. – Community Sep 17 '21 at 17:12

0 Answers0