Gets the value which indicates if font is loaded.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.Fonts
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.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
)

See Also