Defines if font with the set name is a default font.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static bool IsDefaultFont(
string fontFamily
) |
Visual Basic (Declaration) |
---|
Public Shared Function IsDefaultFont ( _
fontFamily As String _
) As Boolean |
Visual C++ |
---|
public:
static bool IsDefaultFont(
String^ fontFamily
) |
Return Value
True if the font family is default for Silverlight engine; otherwise
False.
See Also