fontFamily
書式
fontObject
.fontFamily
説明
fontFamilyプロパティにはフォント(書体)のファミリー名が格納されています。
?
1
alert(app.fonts[0].name+
"\n"
+app.fonts[0].fontFamily);
目次に戻る