ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing Namespace / Font Class / Font Constructor / Font Constructor(String,Single,FontStyle,GraphicsUnit)

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

    Parameters

    familyName
    emSize
    style
    unit
    See Also