font

書式

font

説明

テキストレイヤーの最初の文字のフォントを示します。
var f=app.activeDocument.activeLayer.textItem.font;
alert(f);

目次に戻る