ComponentOne Bitmap for WPF
C1.WPF.DX.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 Integer, _
       ByRef nameLength As Integer, _
       ByRef textRange As TextRange _
    ) 
    public void GetFontFamilyNameLength( 
       int currentPosition,
       out int nameLength,
       out TextRange textRange
    )

    Parameters

    currentPosition
    nameLength
    textRange
    See Also