treeform / pixie

Full-featured 2d graphics library for Nim.
MIT License
742 stars 28 forks source link

Unicode font support #462

Closed Nimaoth closed 2 years ago

Nimaoth commented 2 years ago

Hi, is it possible to render unicode strings containing e.g. emojis somehow? I tried loading a typeface containing emojis but they are not rendered at all, I also tried using that typeface as a fallback for another one but that also didn't work. Any help would be appreciated :^)

treeform commented 2 years ago

Sorry we currently do not support emojis.

Its some thing we want to add in the future.

Nimaoth commented 2 years ago

Ok, thanks anyways