Gets value which indicates that the font family is Silverlight standard font.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.Fonts
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 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 Silverlight standard font; otherwise,
false.
See Also