Initializes a new instance of a Font object.

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public Font(
	string name,
	double sizeInPoints
)
Visual Basic
Public Sub New ( _
	name As String, _
	sizeInPoints As Double _
)

Parameters

name
Type: System..::..String
Font face.
sizeInPoints
Type: System..::..Double
Font size in points.

See Also