ascent
書式
textObject
.ascent
説明
textオブジェクトの文字の高さ(アセント)を示します。
var t=app.activeDocument.textFrames[0].texts[0]; alert(t.ascent);
目次に戻る