PointFromChar()

For a Text object named myText, use the following syntax:

var charInfo = myText.PointFromChar(1)

Note:
In this example, the new variable charInfo becomes an object with 4 properties. To reference one of the properties use the following syntax: charInfor.x; charInfo.y; charInfo.width; charInfo.height.

Close