I am trying to add the arrow keys ►, ◄, ▲, ▼ to my spritefont. They are Alt16, Alt17, Alt30, Alt31.
Here is what I am trying to do.
<CharacterRegions>
<CharacterRegion>
<Start></Start>
<End></End>
</CharacterRegion>
<CharacterRegion>
<Start></Start>
<End>~</End>
</CharacterRegion>
</CharacterRegions>
I am getting an error at the 16 / 17 and 30.
The errors are:
Error 6 Character ' ', hexadecimal value 0x3 is illegal in XML documents.
Error 7 Character ' ', hexadecimal value 0x1e is illegal in XML documents.
Error 4 Character ' ', hexadecimal value 0x12 is illegal in XML documents.
Error 2 Character ' ', hexadecimal value 0x11 is illegal in XML documents.
Error 5 Character ' ', hexadecimal value 0x11 is illegal in XML documents.
Error 3 Character ' ', hexadecimal value 0x10 is illegal in XML documents.
Can anyone show me how to properly add them ?