CreateFont Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function CreateFont( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal fdwPitchAndFamily As Integer, _
ByVal As String _
) As IntPtr
public static IntPtr CreateFont(
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int fdwPitchAndFamily,
string
)
Parameters
- nHeight
- nWidth
- nEscapement
- nOrientation
- fnWeight
- fdwItalic
- fdwUnderline
- fdwStrikeOut
- fdwCharSet
- fdwOutputPrecision
- fdwClipPrecision
- fdwQuality
- fdwPitchAndFamily
- lpszFace
See Also