Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / FontCache Class / FontCache Constructor / FontCache Constructor(Factory1)
The existing DirectWrite factory, to avoid duplicating factories.

In This Topic
    FontCache Constructor(Factory1)
    In This Topic
    Initializes an instance of the FontCache class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dwFactory As Factory1 _
    )
    public FontCache( 
       Factory1 dwFactory
    )

    Parameters

    dwFactory
    The existing DirectWrite factory, to avoid duplicating factories.
    See Also