Initializes a new instance of the Font class

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Font(
	Font other
)
Visual Basic
Public Sub New ( _
	other As Font _
)
Visual C++
public:
Font(
	Font^ other
)

Parameters

other
Type: iTextSharp.text..::..Font

See Also