ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / ITextMetricsProvider Interface / GetFontFamily Method

In This Topic
    GetFontFamily Method (ITextMetricsProvider)
    In This Topic
    Gets font family for generic fonts, check if specified font installed.
    Syntax
    'Declaration
     
    Function GetFontFamily( _
       ByVal fontFamily As String _
    ) As String
    string GetFontFamily( 
       string fontFamily
    )

    Parameters

    fontFamily

    Return Value

    Font family name, or null if font not found.
    See Also