discretionaryLigature
書式
characterObject
.discretionaryLigature
説明
OpenTypeで任意の合字かどうかを真偽値で示します。
var flag=app.activeDocument.textFrames[0].characters[0].discretionaryLigature; alert(flag);
目次に戻る