ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report.Util Namespace / FontHolder Class / FontHolder Constructor
The Font object used to initialize the FontHolder.

In This Topic
    FontHolder Constructor
    In This Topic
    Initializes a new instance of the FontHolder class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal font As System.Drawing.Font _
    )
    public FontHolder( 
       System.Drawing.Font font
    )

    Parameters

    font
    The Font object used to initialize the FontHolder.
    See Also