Initializes a new
Font object using the specified settings.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Single, _
ByVal As System.Drawing.FontStyle, _
ByVal As System.Byte _
)
public Font(
System.string ,
System.float ,
System.Drawing.FontStyle ,
System.byte
)
パラメータ
- 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.
参照