ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / Font Class / Font Constructor / Font Constructor(String,Single)
The family name.
The size.

In This Topic
    Font Constructor(String,Single)
    In This Topic
    Initializes an instance of class Font.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal familyName As String, _
       ByVal emSize As Single _
    )
    public Font( 
       string familyName,
       float emSize
    )

    Parameters

    familyName
    The family name.
    emSize
    The size.
    Exceptions
    ExceptionDescription
    Occurs when size is less than or equal to 0.
    See Also