size

書式

characterObject.size

説明

文字のサイズを示します。
var txt=app.activeDocument.textFrames[0].characters[0].size;
alert(txt);

目次に戻る