CalendarView for WinForms
Font コンストラクタ(String,Single,FontStyle,Byte)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Font クラス > Font コンストラクタ : Font コンストラクタ(String,Single,FontStyle,Byte)
A string representation of the System.Drawing.FontFamily object for the new Font object.
The size of the new Font object.
The System.Drawing.FontStyle enumeration to be applied to the new Font object.
A Byte that specifies a GDI character set to use for this font.
Initializes a new Font object using the specified settings.
シンタックス
'宣言
 
Public Function New( _
   ByVal fontName As System.String, _
   ByVal size As System.Single, _
   ByVal style As System.Drawing.FontStyle, _
   ByVal charSet As System.Byte _
)
public Font( 
   System.string fontName,
   System.float size,
   System.Drawing.FontStyle style,
   System.byte charSet
)

パラメータ

fontName
A string representation of the System.Drawing.FontFamily object for the new Font object.
size
The size of the new Font object.
style
The System.Drawing.FontStyle enumeration to be applied to the new Font object.
charSet
A Byte that specifies a GDI character set to use for this font.
参照

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