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):
![image](https://private-user-images.githubusercontent.com/4972528/334607318-53ef6f7f-f620-4382-9601-d65d677cb803.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNTEyMTQsIm5iZiI6MTczOTE1MDkxNCwicGF0aCI6Ii80OTcyNTI4LzMzNDYwNzMxOC01M2VmNmY3Zi1mNjIwLTQzODItOTYwMS1kNjVkNjc3Y2I4MDMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDEyODM0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjRjNDM1YTBjOGMxYzFmNzMwMDRhZjE4YzE3M2JmZjU2MmMzMTI2ZmQ2ZTkzMjg4NDY1MzI5MGNmNjVmNmYwMSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.-3-qYRwF44p5eQ0TqTByFR3GFRYSFKfVag7aIh8kjGU)
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