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

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

    Parameters

    hdc
    nCount
    lpFaceName
    See Also