druid
druid copied to clipboard
How to display emoji in Rich Text
how can I use emoji? I attached noto sans
Hello! Emoji would be a part of the font if you want to display it or use IMG tag instead (I'm using images instead of inside font)
What is IMG tag?
Here is example: https://insality.github.io/druid/?example=ui_example_rich_text_tags
Here is code: https://github.com/Insality/druid/blob/master/example/examples/basic/rich_text/rich_text_tags.lua
Tags are "Hello, I'm<img=druid_example:icon_cross,32/>"
First is atlas name in this GUI, second is a image name. And after a comma the max height afaik