Returns font name by family name and its weight.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public static string GetFontFamilyKey(
	string familyName,
	FontWeight fontWeight
)
Visual Basic (Declaration)
Public Shared Function GetFontFamilyKey ( _
	familyName As String, _
	fontWeight As FontWeight _
) As String
Visual C++
public:
static String^ GetFontFamilyKey(
	String^ familyName, 
	FontWeight fontWeight
)

Parameters

familyName
Type: System..::.String
fontWeight
Type: System.Windows..::.FontWeight

See Also