Utf8's/emotes #1493
Unanswered
majidaniel
asked this question in
Q&A
Utf8's/emotes
#1493
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to use emotes/symbols from other language fonts using Kha.drawString ala:
var str = "test ☺️🙂😊😀😁 ♉ 🪦"; g2.font = Assets.fonts.NotoEmoji; g2.drawString(str,0,0);
I have repeated the above using drawCharacters and the int values inside of the font, and had the same results. They do not display (NotoEmoji & Arial shown in image):
Is unicode not supported? Or can someone please point me in a direction to look into?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions