Hi,
I have a few textfields that require characters to exactly fit (left and right).
The characters are loaded dynamically and always fit whatever number of characters there’s room for in the textfield.
I’d like to justify the text so that the last letter in a textfield is placed right by the right border.
However, it doesn’t seem to work. My guess is that it’s due to the lack of spaces between characters (there are no spaces whatsoever in the strings I’m importing).
Has anyone had a similar issue?
Any suggestions?
For this project, I will be using around 12000 textfields, so there’s no way I’m going to place every character in a single textfield and position them one by one, as it would take up too much processing.
Cheers!