ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Export Namespace / FontNameResolver Class / FontNameResolver Constructor

In This Topic
    FontNameResolver Constructor
    In This Topic
    Initializes the font name resolver to resolve font names using IFontResolver
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fontResolver As IFontResolver, _
       ByVal compatibilityMode As CompatibilityModes _
    )
    public FontNameResolver( 
       IFontResolver fontResolver,
       CompatibilityModes compatibilityMode
    )

    Parameters

    fontResolver
    compatibilityMode
    Remarks
    This constructor should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also