ascent
書式
characterObject
.ascent
説明
ascentプロパティには文字の高さ(アセント)が格納されています。
var c=app.activeDocument.pages[0].textFrames[0].characters; alert(c[0].ascent);
目次に戻る