Constructs a Font.

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

Syntax

C#
public Font(
	int family
)
Visual Basic
Public Sub New ( _
	family As Integer _
)
Visual C++
public:
Font(
	int family
)

Parameters

family
Type: System..::..Int32
the family to which this font belongs

See Also