2022-04-29 01:13 AM
How can I enter unicode non-ASCII characters (ex.: Ballot Box (U+2610) and Ballot Box Checked (U+2611)) in typography wildcards, and/or in single-use strings?
2022-05-03 01:27 AM
Hello @DSwea.1 ,
You have first to check if the character you want to display is included in the font you are using :
So, if you character doesn't exist in the font, you will have to find another font that provides what you want, and include it in TouchGFXDesigner, by copying the .ttf file in the TouchGFX>assets>fonts folder. Then, restart TouchGFXDesigner and select your new font. For instance, Arial Unicode MS font works for Ballot Box characters.
Let me know if that helped you,
/Yoann
2022-05-03 05:27 AM
There is also some information in this post. See my answer at the end for an easy way to do this on a laptop computer.