appliedFont
書式
textObject
.appliedFont
説明
textオブジェクトに適用されているFontオブジェクトを示します。
var t=app.activeDocument.textFrames[0].texts[0]; alert(t.appliedFont.name);
目次に戻る