length
書式
app.fonts.length
説明
Fontオブジェクトの総数を返します。
var n=app.fonts.length; alert(n);
目次に戻る