autoKerning
書式
autoKerning
説明
テキストレイヤーの文字の自動カーニング方法を示します。以下の表に示す値になります。読み出し、書き込みが可能です。
値
内容
AutoKernType.MANUAL
手動
AutoKernType.METRICS
メトリクス
AutoKernType.OPTICAL
オプティカル
var type=app.activeDocument.activeLayer.textItem.autoKerning; alert(type);
目次に戻る