文字の書体を変える

説明

文字の書体を変えるにはtextFontプロパティに以下の値を設定します。

書体 設定値
Times-Roman
font.Times
Times-Bold
font.TimesB
Times-Italic
font.TimesI
Times-BoldItalic
font.TimesBI
Helvetica
font.Helv
Helvetica-Bold
font.HelvB
Helvetica-Oblique
font.HelvI
Helvetica-BoldOblique
font.HelvBI
Courier
font.Cour
Courier-Bold
font.CourB
Courier-Oblique
font.CourI
Courier-BoldOblique
font.CourBI
Symbol
font.Symbol
ZapfDingbats
font.ZapfD

サンプル [実行する]

fObj = this.getField("Text1");
fObj.textFont = font.Cour;