ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / SetFontCollection Method

In This Topic
    SetFontCollection Method
    In This Topic
    HRESULT IDWriteTextLayout::SetFontCollection([In] IDWriteFontCollection* fontCollection,[In] DWRITE_TEXT_RANGE textRange)
    Syntax
    'Declaration
     
    Public Sub SetFontCollection( _
       ByVal fontCollection As FontCollection, _
       ByVal textRange As TextRange _
    ) 
    public void SetFontCollection( 
       FontCollection fontCollection,
       TextRange textRange
    )

    Parameters

    fontCollection
    textRange
    See Also