ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / Font Class / Font Constructor / Font Constructor(String,Single)

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

    Parameters

    familyName
    emSize
    See Also