Builds the Font object from string.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public Font BuildFont( string s, ITypeDescriptorContext context, CultureInfo culture ) |
Visual Basic |
---|
Public Function BuildFont ( _ s As String, _ context As ITypeDescriptorContext, _ culture As CultureInfo _ ) As Font |
Parameters
- s
- Type: System..::..String
- context
- Type: System.ComponentModel..::..ITypeDescriptorContext
- culture
- Type: System.Globalization..::..CultureInfo