parent
書式
fontObj
.parent
説明
フォント(書体)の親オブジェクト返します。親オブジェクトはApplicationオブジェクトになります。
var str=app.fonts[0].parent; alert(str);
目次に戻る