I have a label and I wish to increase the spacing between characters.
- I tried adding a space between each character, but this was too much
- Perhaps there is a font with large spacing between the letters?
- If all else fails, I am considering putting each character (only a size character code), into its own textbox.
Any ideas on how to achieve this?
There is a way to insert a half space, but I don’t recall the exact command (option-spacebar?). Wikipedia has a complete list of spaces you can use.
Another approach would be a UIWebView with the letter-spacing CSS attribute set.