Sets font source.

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 static void SetFontSource(
	DependencyObject control,
	FontSource fontSource
)
Visual Basic (Declaration)
Public Shared Sub SetFontSource ( _
	control As DependencyObject, _
	fontSource As FontSource _
)
Visual C++
public:
static void SetFontSource(
	DependencyObject^ control, 
	FontSource^ fontSource
)

Parameters

control
Type: System.Windows..::.DependencyObject
fontSource
Type: FontSource

See Also