fonts
書式
app.fonts
説明
使用可能なfontオブジェクト(フォント/書体)が格納されているコレクションです。
var f=app.fonts; alert(f.length); alert(f[0].name);
目次に戻る