alternateLigatures
書式
alternateLigatures
説明
テキストレイヤーの文字のが合字かどうかを示します。合字ならtrue、そうでなければfalseになります。読み出し、書き込みが可能です。
var flag=app.activeDocument.activeLayer.textItem.alternateLigatures; alert(flag);
目次に戻る