desiredGlyphScaling

書式

desiredGlyphScaling

説明

テキストレイヤーの段落のグリフ幅の拡大/縮小の最適の値を示します。
app.activeDocument.activeLayer.textItem.justification=Justification.CENTERJUSTIFIED;
var n=app.activeDocument.activeLayer.textItem.desiredGlyphScaling;
alert(n);

目次に戻る