Defines if font with the set name is default font.
Namespace:
PerpetuumSoft.Reporting.Silverlight.ServerAssembly: PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.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 ) |
Parameters
- fontFamily
- Type: System..::.String