ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetFontFamilyName Method / GetFontFamilyName(Int32,IntPtr,Int32,TextRange) Method

In This Topic
    GetFontFamilyName(Int32,IntPtr,Int32,TextRange) Method
    In This Topic
    HRESULT IDWriteTextLayout::GetFontFamilyName([In] unsigned int currentPosition,[Out, Buffer] wchar_t* fontFamilyName,[In] unsigned int nameSize,[Out, Optional] DWRITE_TEXT_RANGE* textRange)
    Syntax
    'Declaration
     
    Public Overloads Sub GetFontFamilyName( _
       ByVal currentPosition As Integer, _
       ByVal fontFamilyName As IntPtr, _
       ByVal nameSize As Integer, _
       ByRef textRange As TextRange _
    ) 
    public void GetFontFamilyName( 
       int currentPosition,
       IntPtr fontFamilyName,
       int nameSize,
       out TextRange textRange
    )

    Parameters

    currentPosition
    fontFamilyName
    nameSize
    textRange
    See Also