resolution
書式
textPathObject
.resolution
説明
textPath(テキストパス)の解像度を示します(値はdpi)。読み出し書き込みが可能です。
var tp=app.activeDocument.textFrames[0].textPath; alert(tp.resolution);
目次に戻る