Word for WPF
Font コンストラクタ(RtfFontStyle,Double,String)

C1.WPF.Word.4.5.2 アセンブリ > C1.WPF.Word 名前空間 > Font クラス > Font コンストラクタ : Font コンストラクタ(RtfFontStyle,Double,String)
フォントスタイル属性。
フォントサイズ(ポイント単位)。
生フォントファイルのパス。
Fontオブジェクトの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal style As RtfFontStyle, _
   ByVal sizeInPoints As System.Double, _
   ByVal path As System.String _
)
public Font( 
   RtfFontStyle style,
   System.double sizeInPoints,
   System.string path
)

パラメータ

style
フォントスタイル属性。
sizeInPoints
フォントサイズ(ポイント単位)。
path
生フォントファイルのパス。
参照

Font クラス
Font メンバ
オーバーロード一覧