ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.String, _
       ByVal textRange As TextRange _
    ) 
    public void SetFontFamilyName( 
       System.string fontFamilyName,
       TextRange textRange
    )

    Parameters

    fontFamilyName
    textRange
    See Also