version

種類enum
書式 ScriptUI.FontStyle.〜
解説
ScriptUIのフォントスタイルを示すプロパティです。列挙型で読み出し専用です。
サンプルコード
var uiFont = ScriptUI.newFont ("Times", ScriptUI.FontStyle.BOLDITALIC);
alert(uiFont);
実際のスクリプトをダウンロード