Initializes a new
Font object using the specified font attributes.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Single _
)
public Font(
System.string ,
System.float
)
パラメータ
- fontName
- A string representation of the System.Drawing.FontFamily object for the new Font object.
- size
- The size of the new Font object.
参照