typename

書式

fontObj.typename

説明

Fontオブジェクトの種類を文字列で返します。Fontsオブジェクトの場合、TextFontの文字列になります。
var str=app.fonts[0].typename;
alert(str);

目次に戻る