getByName

書式

app.fonts.getByName(name)

説明

指定された名前のフォントオブジェクトを返します。
var f=app.fonts.getByName("02UtsukushiMincho");
alert(f);

目次に戻る