Is there a way to implement emoji font (Unicode) as SpriteFont
? When I try to implement NotoColorEmoji and add region for single emoji I got error during .spritefont compilation. I see on git that Mono parses it from UTF-32, so I tried using HEX or DEC codes for UTF-32, but it still failed Do I do something wrong or maybe Mono simple doesn’t support such big subsets as emoji?
<CharacterRegions>
<CharacterRegion>
<Start> </Start>
<End>~</End>
</CharacterRegion>
<CharacterRegion>
<Start>😀</Start>
<End>😀</End>
</CharacterRegion>
</CharacterRegions>
Importer ‘FontDescriptionImporter’ had unexpected failure!
System.FormatException: String must be exactly one character long.