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
 

Parameters

fontFamily

Return Value

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