|
|
|
|
|
|
#### Update Emoji |
|
|
|
UIWidgets supports rendering emoji in (editable) texts. The emoji images comes from the free |
|
|
|
resources provided by [Google Emoji](https://emojipedia.org/google). If you would |
|
|
|
like to use your own images for emoji, please update the texture image `Tests/Resources/Emoji.png`, |
|
|
|
like to use your own images for emoji, please update the texture image `Runtime/Resources/images/Emoji.png`, |
|
|
|
and the unicode-index table in `Runtime/ui/txt/emoji.cs` which maps unicodes to specific locations |
|
|
|
in the texture. Specifically, remember to update the Dictionary `emojiLookupTable`, number of rows |
|
|
|
in the texture `rowCount`, and number of columns `colCount`. |
|
|
|