CreateFont Method (Win32)
In This Topic
Syntax
'Declaration
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
)
Parameters
- nHeight
- nWidth
- nEscapement
- nOrientation
- fnWeight
- fdwItalic
- fdwUnderline
- fdwStrikeOut
- fdwCharSet
- fdwOutputPrecision
- fdwClipPrecision
- fdwQuality
- fdwPitchAndFamily
- lpszFace
See Also