ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetFontCollection Method / GetFontCollection(Int32,TextRange) Method

In This Topic
    GetFontCollection(Int32,TextRange) Method
    In This Topic
    HRESULT IDWriteTextLayout::GetFontCollection([In] unsigned int currentPosition,[Out] IDWriteFontCollection** fontCollection,[Out, Optional] DWRITE_TEXT_RANGE* textRange)
    Syntax
    'Declaration
     
    Public Overloads Function GetFontCollection( _
       ByVal currentPosition As System.Integer, _
       ByRef textRange As TextRange _
    ) As FontCollection
    public FontCollection GetFontCollection( 
       System.int currentPosition,
       out TextRange textRange
    )

    Parameters

    currentPosition
    textRange
    See Also