Gets the value which indicates if font is loaded.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.FontsAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool IsLoadedFont( FontKey fontKey ) |
Visual Basic (Declaration) |
---|
Public Function IsLoadedFont ( _ fontKey As FontKey _ ) As Boolean |
Visual C++ |
---|
public: bool IsLoadedFont( FontKey fontKey ) |
Parameters
- fontKey
- Type: PerpetuumSoft.ReportingServices.Viewer.Client.Fonts..::.FontKey
The font key.