Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcD2DBitmap Class / SetFontCache Method

In This Topic
    SetFontCache Method (GcD2DBitmap)
    In This Topic
    Assigns a shared instance of the FontCache class to be used by this bitmap.
    Syntax
    'Declaration
     
    Public Sub SetFontCache( _
       ByVal fontCache As FontCache _
    ) 
    public void SetFontCache( 
       FontCache fontCache
    )

    Parameters

    fontCache
    See Also