ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / IFontResolver Interface / GetFonts Method

In This Topic
    GetFonts Method
    In This Topic
    Gets fonts for requested font family name.
    Syntax
    'Declaration
     
    Function GetFonts( _
       ByVal familyName As String, _
       ByVal isBold As Boolean, _
       ByVal isItalic As Boolean _
    ) As GrapeCity.Documents.Text.FontCollection
    GrapeCity.Documents.Text.FontCollection GetFonts( 
       string familyName,
       bool isBold,
       bool isItalic
    )

    Parameters

    familyName
    isBold
    isItalic
    See Also