ComponentOne Bitmap for UWP
SetFontCollection Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class : SetFontCollection Method
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

Reference

TextLayout Class
TextLayout Members