[]
        
(Showing Draft Content)

C1.Util.Win.Win32.CreateFont

CreateFont Method

CreateFont(int, int, int, int, int, int, int, int, int, int, int, int, int, string)

Declaration
public static extern IntPtr CreateFont(int nHeight, int nWidth, int nEscapement, int nOrientation, int fnWeight, int fdwItalic, int fdwUnderline, int fdwStrikeOut, int fdwCharSet, int fdwOutputPrecision, int fdwClipPrecision, int fdwQuality, int fdwPitchAndFamily, string lpszFace)
Public Shared Function CreateFont(nHeight As Integer, nWidth As Integer, nEscapement As Integer, nOrientation As Integer, fnWeight As Integer, fdwItalic As Integer, fdwUnderline As Integer, fdwStrikeOut As Integer, fdwCharSet As Integer, fdwOutputPrecision As Integer, fdwClipPrecision As Integer, fdwQuality As Integer, fdwPitchAndFamily As Integer, lpszFace As String) As IntPtr
Parameters
Type Name Description
int nHeight
int nWidth
int nEscapement
int nOrientation
int fnWeight
int fdwItalic
int fdwUnderline
int fdwStrikeOut
int fdwCharSet
int fdwOutputPrecision
int fdwClipPrecision
int fdwQuality
int fdwPitchAndFamily
string lpszFace
Returns
Type Description
IntPtr