Returns font name by family name and its weight.
Namespace:
PerpetuumSoft.Reporting.Silverlight.ServerAssembly: 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 ) |