pathPoints

書式

textPathObject.pathPoints

説明

textPath(テキストパス)のPathPointsオブジェクトを示します。
var tp=app.activeDocument.textFrames[0].textPath;
alert(tp.pathPoints);

目次に戻る