Hello!
I am wondering if anyone knows a way to determine the real length in pixels that a phrase uses.
The problem lies on the fact that every character does not take the same space (x pixels).
Let’s say I have a dynamic text field and I want to know how many pixels does the sentence use.
i.e:
is not the same to have:
phrase #1 =iiiiiiiiii
than
phrase #2 =wwwwwwwwww
even though both are using 10 characters.
What is the most precise way to find this out?
thanks.