ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetFontFamilyNameLength Method / GetFontFamilyNameLength(Int32,Int32,TextRange) Method

In This Topic
    GetFontFamilyNameLength(Int32,Int32,TextRange) Method
    In This Topic
    HRESULT IDWriteTextLayout::GetFontFamilyNameLength([In] unsigned int currentPosition,[Out] unsigned int* nameLength,[Out, Optional] DWRITE_TEXT_RANGE* textRange)
    Syntax
    'Declaration
     
    Public Overloads Sub GetFontFamilyNameLength( _
       ByVal currentPosition As System.Integer, _
       ByRef nameLength As System.Integer, _
       ByRef textRange As TextRange _
    ) 
    public void GetFontFamilyNameLength( 
       System.int currentPosition,
       out System.int nameLength,
       out TextRange textRange
    )

    Parameters

    currentPosition
    nameLength
    textRange
    See Also