ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / FontList Class / GetFont Method

In This Topic
    GetFont Method
    In This Topic
    HRESULT IDWriteFontList::GetFont([In] unsigned int index,[Out] IDWriteFont** font)
    Syntax
    'Declaration
     
    Public Function GetFont( _
       ByVal index As System.Integer _
    ) As Font
    public Font GetFont( 
       System.int index
    )

    Parameters

    index
    See Also