Skip to content
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

Render special characters and emojis #51

Closed
gwendall opened this issue May 14, 2024 · 1 comment
Closed

Render special characters and emojis #51

gwendall opened this issue May 14, 2024 · 1 comment

Comments

@gwendall
Copy link

Seems like <Text /> components can't render them for now, is there a way to do that?

@bbohlender
Copy link
Contributor

Special characters can be rendered by creating a custom font with a custom "charset.txt".
https://docs.pmnd.rs/uikit/tutorials/custom-fonts

Emojis likely won't be possible for a long time since they contain multiple colors, currently you would need to render them a svgs instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants