InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GetTextFace Method / GetTextFace(IntPtr,Int32,IntPtr) Method

In This Topic
    GetTextFace(IntPtr,Int32,IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetTextFace( _
       ByVal hdc As IntPtr, _
       ByVal nCount As Integer, _
       ByVal lpFaceName As IntPtr _
    ) As Integer
    public static int GetTextFace( 
       IntPtr hdc,
       int nCount,
       IntPtr lpFaceName
    )

    Parameters

    hdc
    nCount
    lpFaceName
    See Also