ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / SetFontFamilyName Method

In This Topic
    SetFontFamilyName Method
    In This Topic
    HRESULT IDWriteTextLayout::SetFontFamilyName([In] const wchar_t* fontFamilyName,[In] DWRITE_TEXT_RANGE textRange)
    Syntax
    'Declaration
     
    Public Sub SetFontFamilyName( _
       ByVal fontFamilyName As String, _
       ByVal textRange As TextRange _
    ) 
    public void SetFontFamilyName( 
       string fontFamilyName,
       TextRange textRange
    )

    Parameters

    fontFamilyName
    textRange
    See Also