Hello Happy Coders,
It’s been quiet a while now, however, I am happy for been on course.
All the same, my presence this time is quiet challenging, but I strongly believe some great and excellent developers out there may have a solution.
Now, what I am trying to do is to find a much reliable way to calculate a character’s width, regardless of the font. For instant, the width of the character “A” or “I”.
Though I know I can use newText method to grab it, which I am doing currently, but I am not comfortable this way. I want to be able to determine the width of the character without using the display text api.
Thanks in advance for the wiliness to help.