ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / Factory Class / GetSystemFontCollection Method

In This Topic
    GetSystemFontCollection Method
    In This Topic
    HRESULT IDWriteFactory::GetSystemFontCollection([Out] IDWriteFontCollection** fontCollection,[In] BOOL checkForUpdates)
    Syntax
    'Declaration
     
    Public Function GetSystemFontCollection( _
       ByVal checkForUpdates As Bool _
    ) As FontCollection
    public FontCollection GetSystemFontCollection( 
       Bool checkForUpdates
    )

    Parameters

    checkForUpdates
    See Also