index
書式
fontObject
.index
説明
indexプロパティにはフォント(書体)の参照番号(fontsObject内でのインデックス番号)が格納されています。
alert(app.fonts[10].name+"\n"+app.fonts[10].index);
目次に戻る