Gets the value which indicates if font is loaded.

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 bool IsLoadedFont(
	FontKey fontKey
)
Visual Basic (Declaration)
Public Function IsLoadedFont ( _
	fontKey As FontKey _
) As Boolean
Visual C++
public:
bool IsLoadedFont(
	FontKey fontKey
)

Return Value

true if font is loaded; otherwise, false.

See Also