ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / CreateFont Method

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

    Parameters

    nHeight
    nWidth
    nEscapement
    nOrientation
    fnWeight
    fdwItalic
    fdwUnderline
    fdwStrikeOut
    fdwCharSet
    fdwOutputPrecision
    fdwClipPrecision
    fdwQuality
    fdwPitchAndFamily
    lpszFace
    See Also