typename

書式

app.fonts.typename

説明

Fontsコレクションの種類を文字列で返します。Fontsコレクションの場合、TextFontsの文字列になります。
var str=app.fonts.typename;
alert(str);

目次に戻る