autoKerning

書式

autoKerning

説明

テキストレイヤーの文字の自動カーニング方法を示します。以下の表に示す値になります。読み出し、書き込みが可能です。

内容
AutoKernType.MANUAL手動
AutoKernType.METRICSメトリクス
AutoKernType.OPTICALオプティカル
var type=app.activeDocument.activeLayer.textItem.autoKerning;
alert(type);

目次に戻る