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

In This Topic
    GetFontFamily Method (FontNameResolver)
    In This Topic
    Resolves font name by original font name
    Syntax
    'Declaration
     
    Public Function GetFontFamily( _
       ByVal fontFamily As String _
    ) As String
    public string GetFontFamily( 
       string fontFamily
    )

    Parameters

    fontFamily
    Remarks
    This method 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