length
書式
textFonts.length
説明
フォント(書体)の総数を示します。
var n=textFonts.length; alert(n);
目次に戻る