'宣言
Public Shared Function CreateFont( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal fdwPitchAndFamily As System.Integer, _
ByVal As System.String _
) As System.IntPtr
public static System.IntPtr CreateFont(
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int fdwPitchAndFamily,
System.string
)