size
書式
characterObject
.size
説明
文字のサイズを示します。
?
1
2
var
txt=app.activeDocument.textFrames[0].characters[0].size;
alert(txt);
目次に戻る