strokeMiterLimit

書式

textPathObject.strokeMiterLimit

説明

textPath(テキストパス)の角の比率を示します。
var tp=app.activeDocument.textFrames[0].textPath;
alert(tp.strokeMiterLimit);

目次に戻る