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

In This Topic
    FontInfo Constructor(String,Single)
    In This Topic
    Creates a new instance of mapped font.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal familyName As String, _
       ByVal size As Single _
    )
    public FontInfo( 
       string familyName,
       float size
    )

    Parameters

    familyName
    size
    See Also