kerning

書式

textRange.kerning

説明

文字のカーニングの値を示します。読み出し、書き込み可能です。
var n=app.activeDocument.selection.textRanges[0].kerning;
alert(n);

目次に戻る