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,
	PdfFontStyle style
)
Visual Basic
Public Sub New ( _
	name As String, _
	sizeInPoints As Double, _
	style As PdfFontStyle _
)

Parameters

name
Type: System..::..String
Font face.
sizeInPoints
Type: System..::..Double
Font size in points.
style
Type: C1.Silverlight.Pdf..::..PdfFontStyle
Font style attributes.

See Also