Oh Hi ! I was trying to get the width of the actual text in the text object
Like for instance: If i type in text object "HELLO WORLD" based on each character width its will automaticly calculate the entire width of a string in pixels
for example
H - 3 pixels
E - 3 pixels
L - 2.5 pixels
...
and the entire width = 3 + 3 + 2.5 +2.5 ... pixels
So is it possible ?
Can it work with differnt fonts and sizes ?
Or am i supposed to find the exact measurment of each character in font by myself ?
sorry if i missed an equal topic on the forum
i will appreciate any help u would provide