Constructs a Font-object.

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

Syntax

C#
public static Font GetFont(
	Properties attributes
)
Visual Basic
Public Shared Function GetFont ( _
	attributes As Properties _
) As Font
Visual C++
public:
static Font^ GetFont(
	Properties^ attributes
)

Parameters

attributes
Type: System.util..::..Properties
the attributes of a Font object

Return Value

a Font object

See Also