ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Integer _
    ) As Font
    public Font GetFont( 
       int index
    )

    Parameters

    index
    See Also