Question
width of text.getChildAt
Hi
How could i get the with and height of a letter in a text field ?
x and y properties works, while width and heigh not.
console.log(target.getChildAt(10).x); This works
console.log(target.getChildAt(10).height); This doesnt.
Best regards
