-
-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font Issue with Emojis & Emoticons #2071
Comments
After more investigations, to ensure emoji support, I included a font that supports emojis along with Nunito. For the EditBox on iOS: the font "Nunito-Regular.ttf,Apple Color Emoji" is integrated in the iOS device no need to download anything. For the EditBox on Android: For Android some devices may not have it installed by default so you may want to download and install it. I still don’t know why is the difference between cocos2d-x and Axmol. But at least there is a workaround. |
@asnagni Please clarify one thing, when using
Also, if it did show emojis, then which version of Cocos2d-x are you referring to, v3 or v4? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi guys, Thank you, |
Can you please answer the questions in the post above: #2071 (comment) |
Description:
We are experiencing an issue with displaying emojis and emoticons in our application built with the Axmol engine. When we use our custom system font (Nunito), emojis and emoticons do not render correctly; instead, they appear as squares. This issue does not occur when we switch to the Arial font, where emojis and emoticons display as expected.
Steps to Reproduce:
Expected Behavior:
Emojis and emoticons should render correctly when using the Nunito font, similar to how they do when using the Arial font.
Actual Behavior:
Emojis and emoticons appear as squares when using the Nunito font.
Additional Information:
Font: Nunito
Engine: Axmol
Comparison: Emojis and emoticons render correctly with the Arial font.
Questions:
Are there specific configurations or additional steps required in Axmol for supporting emojis and emoticons with custom fonts?
Is there a known compatibility issue between Axmol and the Nunito font regarding emoji rendering?
Attachments:
Text project:
HelloCpp.zip
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: