Skip to main content
Moamen Ayman
Associate III
August 31, 2021
Solved

Emoji support in touchgfx

  • August 31, 2021
  • 1 reply
  • 963 views

Hello, how to let touchgfx font support emoji unicodes?

This topic has been closed for replies.
Best answer by Romain DIELEMAN

Hi,

Emoji unicodes are (the ones I have tried at least) are 32 bits and therfor not supported by the font converter (max is U+FFFF).

There is no way to make it work for now but I have reported the request to the Framework team. It should be possible but requires a bit of work :grinning_face_with_sweat:.

For now i would recommend to use the images instead of the unicode for emojis.

/Romain

1 reply

Romain DIELEMAN
Romain DIELEMANBest answer
ST Employee
August 31, 2021

Hi,

Emoji unicodes are (the ones I have tried at least) are 32 bits and therfor not supported by the font converter (max is U+FFFF).

There is no way to make it work for now but I have reported the request to the Framework team. It should be possible but requires a bit of work :grinning_face_with_sweat:.

For now i would recommend to use the images instead of the unicode for emojis.

/Romain