desiredGlyphScaling

書式

paragraphAttributes.desiredGlyphScaling

説明

グリフ幅拡大/縮小の最適の値を示します。

var n=app.activeDocument.textFrames[0].paragraphs[0].paragraphAttributes.desiredGlyphScaling;
alert(n);

目次に戻る