Gets the font of the first Chunk that appears in this Phrase.

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

Syntax

C#
public Font Font { get; set; }
Visual Basic
Public Property Font As Font
	Get
	Set
Visual C++
public:
property Font^ Font {
	Font^ get ();
	void set (Font^ value);
}

Field Value

a Font

See Also